#cebcf4
a light, vivid violet · warm · closest name: plum
RGB
206, 188, 244
HSL
259°, 72%, 85%
CMYK
16, 23, 0, 4
Luminance
0.5562
Every format
| HEX | #cebcf4 |
| RGB | rgb(206, 188, 244) |
| HSL | hsl(259, 72%, 85%) |
| CMYK | cmyk(16%, 23%, 0%, 4%) |
| LAB | lab(79.4 17.2 -25.4) |
| LCH | lch(79.4 30.6 304.1) |
| OKLCH | oklch(0.829 0.080 299.4) |
Copy-ready code
/* CSS */
color: #cebcf4;
background-color: #cebcf4;
/* Tailwind (arbitrary) */
class="text-[#cebcf4] bg-[#cebcf4]"
/* SCSS */
$brand: #cebcf4;
/* SwiftUI */
Color(red: 0.808, green: 0.737, blue: 0.957)
/* Android */
Color.parseColor("#cebcf4")Accessibility — WCAG contrast
Aa
#cebcf4 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cebcf4 on black: 12.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green73.7%
Blue95.7%
CMYK percentages
Cyan15.6%
Magenta23.0%
Yellow0.0%
Key (black)4.3%
Color previews
#cebcf4 text on a black background
contrast 12.12:1
Card sample
#cebcf4 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cebcf4;
Background color
Panel with #cebcf4 background
background-color: #cebcf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cebcf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 188, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 188, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cebcf4; background: linear-gradient(135deg, #cebcf4, #F3BCF4);