#ce8ddf
a light, vivid violet · warm · closest name: plum
RGB
206, 141, 223
HSL
288°, 56%, 71%
CMYK
8, 37, 0, 13
Luminance
0.3750
Every format
| HEX | #ce8ddf |
| RGB | rgb(206, 141, 223) |
| HSL | hsl(288, 56%, 71%) |
| CMYK | cmyk(8%, 37%, 0%, 13%) |
| LAB | lab(67.7 38.4 -32.0) |
| LCH | lch(67.7 50.0 320.2) |
| OKLCH | oklch(0.737 0.134 319.1) |
Copy-ready code
/* CSS */
color: #ce8ddf;
background-color: #ce8ddf;
/* Tailwind (arbitrary) */
class="text-[#ce8ddf] bg-[#ce8ddf]"
/* SCSS */
$brand: #ce8ddf;
/* SwiftUI */
Color(red: 0.808, green: 0.553, blue: 0.875)
/* Android */
Color.parseColor("#ce8ddf")Accessibility — WCAG contrast
Aa
#ce8ddf on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce8ddf on black: 8.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green55.3%
Blue87.5%
CMYK percentages
Cyan7.6%
Magenta36.8%
Yellow0.0%
Key (black)12.5%
Color previews
#ce8ddf text on a black background
contrast 8.50:1
Card sample
#ce8ddf text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce8ddf;
Background color
Panel with #ce8ddf background
background-color: #ce8ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce8ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 141, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 141, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce8ddf; background: linear-gradient(135deg, #ce8ddf, #DF8DB9);