#cecfdf
a light, soft blue · warm · closest name: lavender
RGB
206, 207, 223
HSL
237°, 21%, 84%
CMYK
8, 7, 0, 13
Luminance
0.6308
Every format
| HEX | #cecfdf |
| RGB | rgb(206, 207, 223) |
| HSL | hsl(237, 21%, 84%) |
| CMYK | cmyk(8%, 7%, 0%, 13%) |
| LAB | lab(83.5 2.7 -8.0) |
| LCH | lch(83.5 8.4 288.5) |
| OKLCH | oklch(0.859 0.022 283.1) |
Copy-ready code
/* CSS */
color: #cecfdf;
background-color: #cecfdf;
/* Tailwind (arbitrary) */
class="text-[#cecfdf] bg-[#cecfdf]"
/* SCSS */
$brand: #cecfdf;
/* SwiftUI */
Color(red: 0.808, green: 0.812, blue: 0.875)
/* Android */
Color.parseColor("#cecfdf")Accessibility — WCAG contrast
Aa
#cecfdf on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cecfdf on black: 13.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green81.2%
Blue87.5%
CMYK percentages
Cyan7.6%
Magenta7.2%
Yellow0.0%
Key (black)12.5%
Color previews
#cecfdf text on a black background
contrast 13.62:1
Card sample
#cecfdf text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cecfdf;
Background color
Panel with #cecfdf background
background-color: #cecfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cecfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 207, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 207, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cecfdf; background: linear-gradient(135deg, #cecfdf, #D8CEDF);