#ce9bec
a light, vivid violet · warm · closest name: plum
RGB
206, 155, 236
HSL
278°, 68%, 77%
CMYK
13, 34, 0, 8
Luminance
0.4262
Every format
| HEX | #ce9bec |
| RGB | rgb(206, 155, 236) |
| HSL | hsl(278, 68%, 77%) |
| CMYK | cmyk(13%, 34%, 0%, 8%) |
| LAB | lab(71.3 33.5 -33.5) |
| LCH | lch(71.3 47.4 315.0) |
| OKLCH | oklch(0.766 0.125 312.4) |
Copy-ready code
/* CSS */
color: #ce9bec;
background-color: #ce9bec;
/* Tailwind (arbitrary) */
class="text-[#ce9bec] bg-[#ce9bec]"
/* SCSS */
$brand: #ce9bec;
/* SwiftUI */
Color(red: 0.808, green: 0.608, blue: 0.925)
/* Android */
Color.parseColor("#ce9bec")Accessibility — WCAG contrast
Aa
#ce9bec on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce9bec on black: 9.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green60.8%
Blue92.5%
CMYK percentages
Cyan12.7%
Magenta34.3%
Yellow0.0%
Key (black)7.5%
Color previews
#ce9bec text on a black background
contrast 9.52:1
Card sample
#ce9bec text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce9bec;
Background color
Panel with #ce9bec background
background-color: #ce9bec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce9bec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 155, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 155, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce9bec; background: linear-gradient(135deg, #ce9bec, #EC9BD4);