#ce879f
a light, soft magenta / pink · warm · closest name: pink
RGB
206, 135, 159
HSL
340°, 42%, 67%
CMYK
0, 35, 23, 19
Luminance
0.3295
Every format
| HEX | #ce879f |
| RGB | rgb(206, 135, 159) |
| HSL | hsl(340, 42%, 67%) |
| CMYK | cmyk(0%, 35%, 23%, 19%) |
| LAB | lab(64.1 30.5 -1.4) |
| LCH | lch(64.1 30.5 357.3) |
| OKLCH | oklch(0.703 0.092 357.9) |
Copy-ready code
/* CSS */
color: #ce879f;
background-color: #ce879f;
/* Tailwind (arbitrary) */
class="text-[#ce879f] bg-[#ce879f]"
/* SCSS */
$brand: #ce879f;
/* SwiftUI */
Color(red: 0.808, green: 0.529, blue: 0.624)
/* Android */
Color.parseColor("#ce879f")Accessibility — WCAG contrast
Aa
#ce879f on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce879f on black: 7.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green52.9%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta34.5%
Yellow22.8%
Key (black)19.2%
Color previews
#ce879f text on a black background
contrast 7.59:1
Card sample
#ce879f text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce879f;
Background color
Panel with #ce879f background
background-color: #ce879f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce879f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 135, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 135, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce879f; background: linear-gradient(135deg, #ce879f, #CE9E87);