#ce8cdf
a light, vivid violet · warm · closest name: plum
RGB
206, 140, 223
HSL
288°, 57%, 71%
CMYK
8, 37, 0, 13
Luminance
0.3721
Every format
| HEX | #ce8cdf |
| RGB | rgb(206, 140, 223) |
| HSL | hsl(288, 57%, 71%) |
| CMYK | cmyk(8%, 37%, 0%, 13%) |
| LAB | lab(67.4 39.0 -32.3) |
| LCH | lch(67.4 50.6 320.3) |
| OKLCH | oklch(0.735 0.136 319.2) |
Copy-ready code
/* CSS */
color: #ce8cdf;
background-color: #ce8cdf;
/* Tailwind (arbitrary) */
class="text-[#ce8cdf] bg-[#ce8cdf]"
/* SCSS */
$brand: #ce8cdf;
/* SwiftUI */
Color(red: 0.808, green: 0.549, blue: 0.875)
/* Android */
Color.parseColor("#ce8cdf")Accessibility — WCAG contrast
Aa
#ce8cdf on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce8cdf on black: 8.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green54.9%
Blue87.5%
CMYK percentages
Cyan7.6%
Magenta37.2%
Yellow0.0%
Key (black)12.5%
Color previews
#ce8cdf text on a black background
contrast 8.44:1
Card sample
#ce8cdf text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce8cdf;
Background color
Panel with #ce8cdf background
background-color: #ce8cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce8cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 140, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 140, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce8cdf; background: linear-gradient(135deg, #ce8cdf, #DF8CB9);