#cecfdc
a light, soft blue · warm · closest name: silver
RGB
206, 207, 220
HSL
236°, 17%, 84%
CMYK
6, 6, 0, 14
Luminance
0.6291
Every format
| HEX | #cecfdc |
| RGB | rgb(206, 207, 220) |
| HSL | hsl(236, 17%, 84%) |
| CMYK | cmyk(6%, 6%, 0%, 14%) |
| LAB | lab(83.4 2.1 -6.5) |
| LCH | lch(83.4 6.9 287.8) |
| OKLCH | oklch(0.858 0.018 282.5) |
Copy-ready code
/* CSS */
color: #cecfdc;
background-color: #cecfdc;
/* Tailwind (arbitrary) */
class="text-[#cecfdc] bg-[#cecfdc]"
/* SCSS */
$brand: #cecfdc;
/* SwiftUI */
Color(red: 0.808, green: 0.812, blue: 0.863)
/* Android */
Color.parseColor("#cecfdc")Accessibility — WCAG contrast
Aa
#cecfdc on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cecfdc on black: 13.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green81.2%
Blue86.3%
CMYK percentages
Cyan6.4%
Magenta5.9%
Yellow0.0%
Key (black)13.7%
Color previews
#cecfdc text on a black background
contrast 13.58:1
Card sample
#cecfdc text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cecfdc;
Background color
Panel with #cecfdc background
background-color: #cecfdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cecfdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 207, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 207, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cecfdc; background: linear-gradient(135deg, #cecfdc, #D6CEDC);