#ce89af
a light, soft magenta / pink · warm · closest name: plum
RGB
206, 137, 175
HSL
327°, 41%, 67%
CMYK
0, 34, 15, 19
Luminance
0.3411
Every format
| HEX | #ce89af |
| RGB | rgb(206, 137, 175) |
| HSL | hsl(327, 41%, 67%) |
| CMYK | cmyk(0%, 34%, 15%, 19%) |
| LAB | lab(65.0 31.9 -9.1) |
| LCH | lch(65.0 33.2 344.0) |
| OKLCH | oklch(0.711 0.097 345.7) |
Copy-ready code
/* CSS */
color: #ce89af;
background-color: #ce89af;
/* Tailwind (arbitrary) */
class="text-[#ce89af] bg-[#ce89af]"
/* SCSS */
$brand: #ce89af;
/* SwiftUI */
Color(red: 0.808, green: 0.537, blue: 0.686)
/* Android */
Color.parseColor("#ce89af")Accessibility — WCAG contrast
Aa
#ce89af on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce89af on black: 7.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green53.7%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta33.5%
Yellow15.0%
Key (black)19.2%
Color previews
#ce89af text on a black background
contrast 7.82:1
Card sample
#ce89af text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce89af;
Background color
Panel with #ce89af background
background-color: #ce89af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce89af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 137, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 137, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce89af; background: linear-gradient(135deg, #ce89af, #CE9189);