#cebaec
a light, vivid violet · warm · closest name: plum
RGB
206, 186, 236
HSL
264°, 57%, 83%
CMYK
13, 21, 0, 8
Luminance
0.5430
Every format
| HEX | #cebaec |
| RGB | rgb(206, 186, 236) |
| HSL | hsl(264, 57%, 83%) |
| CMYK | cmyk(13%, 21%, 0%, 8%) |
| LAB | lab(78.6 16.6 -22.3) |
| LCH | lch(78.6 27.7 306.7) |
| OKLCH | oklch(0.822 0.072 303.1) |
Copy-ready code
/* CSS */
color: #cebaec;
background-color: #cebaec;
/* Tailwind (arbitrary) */
class="text-[#cebaec] bg-[#cebaec]"
/* SCSS */
$brand: #cebaec;
/* SwiftUI */
Color(red: 0.808, green: 0.729, blue: 0.925)
/* Android */
Color.parseColor("#cebaec")Accessibility — WCAG contrast
Aa
#cebaec on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cebaec on black: 11.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green72.9%
Blue92.5%
CMYK percentages
Cyan12.7%
Magenta21.2%
Yellow0.0%
Key (black)7.5%
Color previews
#cebaec text on a black background
contrast 11.86:1
Card sample
#cebaec text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cebaec;
Background color
Panel with #cebaec background
background-color: #cebaec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cebaec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 186, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 186, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cebaec; background: linear-gradient(135deg, #cebaec, #ECBAE9);