#ce89cf
a light, soft magenta / pink · warm · closest name: plum
RGB
206, 137, 207
HSL
299°, 42%, 68%
CMYK
1, 34, 0, 19
Luminance
0.3552
Every format
| HEX | #ce89cf |
| RGB | rgb(206, 137, 207) |
| HSL | hsl(299, 42%, 68%) |
| CMYK | cmyk(1%, 34%, 0%, 19%) |
| LAB | lab(66.2 37.5 -25.4) |
| LCH | lch(66.2 45.3 325.9) |
| OKLCH | oklch(0.723 0.124 326.3) |
Copy-ready code
/* CSS */
color: #ce89cf;
background-color: #ce89cf;
/* Tailwind (arbitrary) */
class="text-[#ce89cf] bg-[#ce89cf]"
/* SCSS */
$brand: #ce89cf;
/* SwiftUI */
Color(red: 0.808, green: 0.537, blue: 0.812)
/* Android */
Color.parseColor("#ce89cf")Accessibility — WCAG contrast
Aa
#ce89cf on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce89cf on black: 8.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green53.7%
Blue81.2%
CMYK percentages
Cyan0.5%
Magenta33.8%
Yellow0.0%
Key (black)18.8%
Color previews
#ce89cf text on a black background
contrast 8.10:1
Card sample
#ce89cf text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce89cf;
Background color
Panel with #ce89cf background
background-color: #ce89cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce89cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 137, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 137, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce89cf; background: linear-gradient(135deg, #ce89cf, #CF89A2);