#cebfe4
a light, soft violet · warm · closest name: lavender
RGB
206, 191, 228
HSL
264°, 41%, 82%
CMYK
10, 16, 0, 11
Luminance
0.5598
Every format
| HEX | #cebfe4 |
| RGB | rgb(206, 191, 228) |
| HSL | hsl(264, 41%, 82%) |
| CMYK | cmyk(10%, 16%, 0%, 11%) |
| LAB | lab(79.6 12.2 -16.5) |
| LCH | lch(79.6 20.5 306.5) |
| OKLCH | oklch(0.829 0.053 303.7) |
Copy-ready code
/* CSS */
color: #cebfe4;
background-color: #cebfe4;
/* Tailwind (arbitrary) */
class="text-[#cebfe4] bg-[#cebfe4]"
/* SCSS */
$brand: #cebfe4;
/* SwiftUI */
Color(red: 0.808, green: 0.749, blue: 0.894)
/* Android */
Color.parseColor("#cebfe4")Accessibility — WCAG contrast
Aa
#cebfe4 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cebfe4 on black: 12.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green74.9%
Blue89.4%
CMYK percentages
Cyan9.6%
Magenta16.2%
Yellow0.0%
Key (black)10.6%
Color previews
#cebfe4 text on a black background
contrast 12.20:1
Card sample
#cebfe4 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cebfe4;
Background color
Panel with #cebfe4 background
background-color: #cebfe4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cebfe4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 191, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 191, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cebfe4; background: linear-gradient(135deg, #cebfe4, #E4BFE1);