#ce97df
a light, vivid violet · warm · closest name: plum
RGB
206, 151, 223
HSL
286°, 53%, 73%
CMYK
8, 32, 0, 13
Luminance
0.4058
Every format
| HEX | #ce97df |
| RGB | rgb(206, 151, 223) |
| HSL | hsl(286, 53%, 73%) |
| CMYK | cmyk(8%, 32%, 0%, 13%) |
| LAB | lab(69.9 33.0 -28.6) |
| LCH | lch(69.9 43.6 319.1) |
| OKLCH | oklch(0.753 0.117 318.0) |
Copy-ready code
/* CSS */
color: #ce97df;
background-color: #ce97df;
/* Tailwind (arbitrary) */
class="text-[#ce97df] bg-[#ce97df]"
/* SCSS */
$brand: #ce97df;
/* SwiftUI */
Color(red: 0.808, green: 0.592, blue: 0.875)
/* Android */
Color.parseColor("#ce97df")Accessibility — WCAG contrast
Aa
#ce97df on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce97df on black: 9.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green59.2%
Blue87.5%
CMYK percentages
Cyan7.6%
Magenta32.3%
Yellow0.0%
Key (black)12.5%
Color previews
#ce97df text on a black background
contrast 9.12:1
Card sample
#ce97df text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce97df;
Background color
Panel with #ce97df background
background-color: #ce97df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce97df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 151, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 151, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce97df; background: linear-gradient(135deg, #ce97df, #DF97C0);