#cebfdf
a light, soft violet · warm · closest name: lavender
RGB
206, 191, 223
HSL
268°, 33%, 81%
CMYK
8, 14, 0, 13
Luminance
0.5571
Every format
| HEX | #cebfdf |
| RGB | rgb(206, 191, 223) |
| HSL | hsl(268, 33%, 81%) |
| CMYK | cmyk(8%, 14%, 0%, 13%) |
| LAB | lab(79.5 11.2 -14.0) |
| LCH | lch(79.5 17.9 308.6) |
| OKLCH | oklch(0.827 0.047 306.5) |
Copy-ready code
/* CSS */
color: #cebfdf;
background-color: #cebfdf;
/* Tailwind (arbitrary) */
class="text-[#cebfdf] bg-[#cebfdf]"
/* SCSS */
$brand: #cebfdf;
/* SwiftUI */
Color(red: 0.808, green: 0.749, blue: 0.875)
/* Android */
Color.parseColor("#cebfdf")Accessibility — WCAG contrast
Aa
#cebfdf on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cebfdf on black: 12.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green74.9%
Blue87.5%
CMYK percentages
Cyan7.6%
Magenta14.3%
Yellow0.0%
Key (black)12.5%
Color previews
#cebfdf text on a black background
contrast 12.14:1
Card sample
#cebfdf text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cebfdf;
Background color
Panel with #cebfdf background
background-color: #cebfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cebfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 191, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 191, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cebfdf; background: linear-gradient(135deg, #cebfdf, #DFBFDB);