#ce91df
a light, vivid violet · warm · closest name: plum
RGB
206, 145, 223
HSL
287°, 55%, 72%
CMYK
8, 35, 0, 13
Luminance
0.3870
Every format
| HEX | #ce91df |
| RGB | rgb(206, 145, 223) |
| HSL | hsl(287, 55%, 72%) |
| CMYK | cmyk(8%, 35%, 0%, 13%) |
| LAB | lab(68.5 36.3 -30.6) |
| LCH | lch(68.5 47.5 319.8) |
| OKLCH | oklch(0.743 0.127 318.7) |
Copy-ready code
/* CSS */
color: #ce91df;
background-color: #ce91df;
/* Tailwind (arbitrary) */
class="text-[#ce91df] bg-[#ce91df]"
/* SCSS */
$brand: #ce91df;
/* SwiftUI */
Color(red: 0.808, green: 0.569, blue: 0.875)
/* Android */
Color.parseColor("#ce91df")Accessibility — WCAG contrast
Aa
#ce91df on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce91df on black: 8.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green56.9%
Blue87.5%
CMYK percentages
Cyan7.6%
Magenta35.0%
Yellow0.0%
Key (black)12.5%
Color previews
#ce91df text on a black background
contrast 8.74:1
Card sample
#ce91df text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce91df;
Background color
Panel with #ce91df background
background-color: #ce91df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce91df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 145, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 145, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce91df; background: linear-gradient(135deg, #ce91df, #DF91BC);