#ce9ce2
a light, vivid violet · warm · closest name: plum
RGB
206, 156, 226
HSL
283°, 55%, 75%
CMYK
9, 31, 0, 11
Luminance
0.4239
Every format
| HEX | #ce9ce2 |
| RGB | rgb(206, 156, 226) |
| HSL | hsl(283, 55%, 75%) |
| CMYK | cmyk(9%, 31%, 0%, 11%) |
| LAB | lab(71.1 30.9 -28.3) |
| LCH | lch(71.1 41.9 317.5) |
| OKLCH | oklch(0.763 0.111 316.1) |
Copy-ready code
/* CSS */
color: #ce9ce2;
background-color: #ce9ce2;
/* Tailwind (arbitrary) */
class="text-[#ce9ce2] bg-[#ce9ce2]"
/* SCSS */
$brand: #ce9ce2;
/* SwiftUI */
Color(red: 0.808, green: 0.612, blue: 0.886)
/* Android */
Color.parseColor("#ce9ce2")Accessibility — WCAG contrast
Aa
#ce9ce2 on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce9ce2 on black: 9.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green61.2%
Blue88.6%
CMYK percentages
Cyan8.8%
Magenta31.0%
Yellow0.0%
Key (black)11.4%
Color previews
#ce9ce2 text on a black background
contrast 9.48:1
Card sample
#ce9ce2 text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce9ce2;
Background color
Panel with #ce9ce2 background
background-color: #ce9ce2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce9ce2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 156, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 156, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce9ce2; background: linear-gradient(135deg, #ce9ce2, #E29CC7);