#ce89df
a light, vivid violet · warm · closest name: orchid
RGB
206, 137, 223
HSL
288°, 57%, 71%
CMYK
8, 39, 0, 13
Luminance
0.3634
Every format
| HEX | #ce89df |
| RGB | rgb(206, 137, 223) |
| HSL | hsl(288, 57%, 71%) |
| CMYK | cmyk(8%, 39%, 0%, 13%) |
| LAB | lab(66.8 40.6 -33.4) |
| LCH | lch(66.8 52.5 320.6) |
| OKLCH | oklch(0.730 0.141 319.5) |
Copy-ready code
/* CSS */
color: #ce89df;
background-color: #ce89df;
/* Tailwind (arbitrary) */
class="text-[#ce89df] bg-[#ce89df]"
/* SCSS */
$brand: #ce89df;
/* SwiftUI */
Color(red: 0.808, green: 0.537, blue: 0.875)
/* Android */
Color.parseColor("#ce89df")Accessibility — WCAG contrast
Aa
#ce89df on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce89df on black: 8.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green53.7%
Blue87.5%
CMYK percentages
Cyan7.6%
Magenta38.6%
Yellow0.0%
Key (black)12.5%
Color previews
#ce89df text on a black background
contrast 8.27:1
Card sample
#ce89df text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce89df;
Background color
Panel with #ce89df background
background-color: #ce89df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce89df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 137, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 137, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce89df; background: linear-gradient(135deg, #ce89df, #DF89B7);