#cebddf
a light, soft violet · warm · closest name: lavender
RGB
206, 189, 223
HSL
270°, 35%, 81%
CMYK
8, 15, 0, 13
Luminance
0.5484
Every format
| HEX | #cebddf |
| RGB | rgb(206, 189, 223) |
| HSL | hsl(270, 35%, 81%) |
| CMYK | cmyk(8%, 15%, 0%, 13%) |
| LAB | lab(79.0 12.3 -14.8) |
| LCH | lch(79.0 19.2 309.8) |
| OKLCH | oklch(0.823 0.050 307.8) |
Copy-ready code
/* CSS */
color: #cebddf;
background-color: #cebddf;
/* Tailwind (arbitrary) */
class="text-[#cebddf] bg-[#cebddf]"
/* SCSS */
$brand: #cebddf;
/* SwiftUI */
Color(red: 0.808, green: 0.741, blue: 0.875)
/* Android */
Color.parseColor("#cebddf")Accessibility — WCAG contrast
Aa
#cebddf on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cebddf on black: 11.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green74.1%
Blue87.5%
CMYK percentages
Cyan7.6%
Magenta15.2%
Yellow0.0%
Key (black)12.5%
Color previews
#cebddf text on a black background
contrast 11.97:1
Card sample
#cebddf text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cebddf;
Background color
Panel with #cebddf background
background-color: #cebddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cebddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 189, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 189, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cebddf; background: linear-gradient(135deg, #cebddf, #DFBDD9);