#cebfe2
a light, soft violet · warm · closest name: lavender
RGB
206, 191, 226
HSL
266°, 38%, 82%
CMYK
9, 16, 0, 11
Luminance
0.5587
Every format
| HEX | #cebfe2 |
| RGB | rgb(206, 191, 226) |
| HSL | hsl(266, 38%, 82%) |
| CMYK | cmyk(9%, 16%, 0%, 11%) |
| LAB | lab(79.5 11.8 -15.5) |
| LCH | lch(79.5 19.5 307.3) |
| OKLCH | oklch(0.828 0.051 304.7) |
Copy-ready code
/* CSS */
color: #cebfe2;
background-color: #cebfe2;
/* Tailwind (arbitrary) */
class="text-[#cebfe2] bg-[#cebfe2]"
/* SCSS */
$brand: #cebfe2;
/* SwiftUI */
Color(red: 0.808, green: 0.749, blue: 0.886)
/* Android */
Color.parseColor("#cebfe2")Accessibility — WCAG contrast
Aa
#cebfe2 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cebfe2 on black: 12.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green74.9%
Blue88.6%
CMYK percentages
Cyan8.8%
Magenta15.5%
Yellow0.0%
Key (black)11.4%
Color previews
#cebfe2 text on a black background
contrast 12.17:1
Card sample
#cebfe2 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cebfe2;
Background color
Panel with #cebfe2 background
background-color: #cebfe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cebfe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 191, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 191, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cebfe2; background: linear-gradient(135deg, #cebfe2, #E2BFDF);