#cecddf
a light, soft blue · warm · closest name: lavender
RGB
206, 205, 223
HSL
243°, 22%, 84%
CMYK
8, 8, 0, 13
Luminance
0.6211
Every format
| HEX | #cecddf |
| RGB | rgb(206, 205, 223) |
| HSL | hsl(243, 22%, 84%) |
| CMYK | cmyk(8%, 8%, 0%, 13%) |
| LAB | lab(83.0 3.7 -8.8) |
| LCH | lch(83.0 9.5 293.1) |
| OKLCH | oklch(0.855 0.025 288.4) |
Copy-ready code
/* CSS */
color: #cecddf;
background-color: #cecddf;
/* Tailwind (arbitrary) */
class="text-[#cecddf] bg-[#cecddf]"
/* SCSS */
$brand: #cecddf;
/* SwiftUI */
Color(red: 0.808, green: 0.804, blue: 0.875)
/* Android */
Color.parseColor("#cecddf")Accessibility — WCAG contrast
Aa
#cecddf on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cecddf on black: 13.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green80.4%
Blue87.5%
CMYK percentages
Cyan7.6%
Magenta8.1%
Yellow0.0%
Key (black)12.5%
Color previews
#cecddf text on a black background
contrast 13.42:1
Card sample
#cecddf text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cecddf;
Background color
Panel with #cecddf background
background-color: #cecddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cecddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 205, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 205, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cecddf; background: linear-gradient(135deg, #cecddf, #DACDDF);