#ce89d2
a light, soft magenta / pink · warm · closest name: plum
RGB
206, 137, 210
HSL
297°, 45%, 68%
CMYK
2, 35, 0, 18
Luminance
0.3567
Every format
| HEX | #ce89d2 |
| RGB | rgb(206, 137, 210) |
| HSL | hsl(297, 45%, 68%) |
| CMYK | cmyk(2%, 35%, 0%, 18%) |
| LAB | lab(66.3 38.1 -26.9) |
| LCH | lch(66.3 46.6 324.7) |
| OKLCH | oklch(0.724 0.128 324.9) |
Copy-ready code
/* CSS */
color: #ce89d2;
background-color: #ce89d2;
/* Tailwind (arbitrary) */
class="text-[#ce89d2] bg-[#ce89d2]"
/* SCSS */
$brand: #ce89d2;
/* SwiftUI */
Color(red: 0.808, green: 0.537, blue: 0.824)
/* Android */
Color.parseColor("#ce89d2")Accessibility — WCAG contrast
Aa
#ce89d2 on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce89d2 on black: 8.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green53.7%
Blue82.4%
CMYK percentages
Cyan1.9%
Magenta34.8%
Yellow0.0%
Key (black)17.6%
Color previews
#ce89d2 text on a black background
contrast 8.13:1
Card sample
#ce89d2 text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce89d2;
Background color
Panel with #ce89d2 background
background-color: #ce89d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce89d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 137, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 137, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce89d2; background: linear-gradient(135deg, #ce89d2, #D289A5);