Lipstick
#c95b83
Looking for the precise values behind Lipstick (#c95b83)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #c95b83 | |
|---|---|---|
| RGB | rgb(201, 91, 131) | |
| HSL | hsl(338, 50%, 57%) | |
| CMYK | cmyk(0%, 55%, 35%, 21%) | |
| LAB | lab(54, 48, 0) | |
| OKLCH | oklch(0.62 0.146 359) |
Color harmonies
Tints & shades
Code snippets
color: #c95b83;
background-color: #c95b83;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-pink-500 /* ≈ #f6339a */
/* Flutter */
Color(0xFFC95B83)
/* Swift / UIKit */
UIColor(red: 0.79, green: 0.36, blue: 0.51, alpha: 1.0)