#cebfec
a light, vivid violet · warm · closest name: lavender
RGB
206, 191, 236
HSL
260°, 54%, 84%
CMYK
13, 19, 0, 8
Luminance
0.5644
Every format
| HEX | #cebfec |
| RGB | rgb(206, 191, 236) |
| HSL | hsl(260, 54%, 84%) |
| CMYK | cmyk(13%, 19%, 0%, 8%) |
| LAB | lab(79.9 13.8 -20.4) |
| LCH | lch(79.9 24.6 304.2) |
| OKLCH | oklch(0.832 0.064 300.2) |
Copy-ready code
/* CSS */
color: #cebfec;
background-color: #cebfec;
/* Tailwind (arbitrary) */
class="text-[#cebfec] bg-[#cebfec]"
/* SCSS */
$brand: #cebfec;
/* SwiftUI */
Color(red: 0.808, green: 0.749, blue: 0.925)
/* Android */
Color.parseColor("#cebfec")Accessibility — WCAG contrast
Aa
#cebfec on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cebfec on black: 12.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green74.9%
Blue92.5%
CMYK percentages
Cyan12.7%
Magenta19.1%
Yellow0.0%
Key (black)7.5%
Color previews
#cebfec text on a black background
contrast 12.29:1
Card sample
#cebfec text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cebfec;
Background color
Panel with #cebfec background
background-color: #cebfec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cebfec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 191, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 191, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cebfec; background: linear-gradient(135deg, #cebfec, #ECBFEC);