#cebae8
a light, vivid violet · warm · closest name: plum
RGB
206, 186, 232
HSL
266°, 50%, 82%
CMYK
11, 20, 0, 9
Luminance
0.5407
Every format
| HEX | #cebae8 |
| RGB | rgb(206, 186, 232) |
| HSL | hsl(266, 50%, 82%) |
| CMYK | cmyk(11%, 20%, 0%, 9%) |
| LAB | lab(78.5 15.7 -20.3) |
| LCH | lch(78.5 25.7 307.8) |
| OKLCH | oklch(0.821 0.067 304.7) |
Copy-ready code
/* CSS */
color: #cebae8;
background-color: #cebae8;
/* Tailwind (arbitrary) */
class="text-[#cebae8] bg-[#cebae8]"
/* SCSS */
$brand: #cebae8;
/* SwiftUI */
Color(red: 0.808, green: 0.729, blue: 0.910)
/* Android */
Color.parseColor("#cebae8")Accessibility — WCAG contrast
Aa
#cebae8 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cebae8 on black: 11.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green72.9%
Blue91.0%
CMYK percentages
Cyan11.2%
Magenta19.8%
Yellow0.0%
Key (black)9.0%
Color previews
#cebae8 text on a black background
contrast 11.81:1
Card sample
#cebae8 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cebae8;
Background color
Panel with #cebae8 background
background-color: #cebae8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cebae8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 186, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 186, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cebae8; background: linear-gradient(135deg, #cebae8, #E8BAE3);