#cecfd8
a light, muted blue · warm · closest name: silver
RGB
206, 207, 216
HSL
234°, 11%, 83%
CMYK
5, 4, 0, 15
Luminance
0.6271
Every format
| HEX | #cecfd8 |
| RGB | rgb(206, 207, 216) |
| HSL | hsl(234, 11%, 83%) |
| CMYK | cmyk(5%, 4%, 0%, 15%) |
| LAB | lab(83.3 1.3 -4.6) |
| LCH | lch(83.3 4.8 286.2) |
| OKLCH | oklch(0.856 0.012 281.1) |
Copy-ready code
/* CSS */
color: #cecfd8;
background-color: #cecfd8;
/* Tailwind (arbitrary) */
class="text-[#cecfd8] bg-[#cecfd8]"
/* SCSS */
$brand: #cecfd8;
/* SwiftUI */
Color(red: 0.808, green: 0.812, blue: 0.847)
/* Android */
Color.parseColor("#cecfd8")Accessibility — WCAG contrast
Aa
#cecfd8 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cecfd8 on black: 13.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green81.2%
Blue84.7%
CMYK percentages
Cyan4.6%
Magenta4.2%
Yellow0.0%
Key (black)15.3%
Color previews
#cecfd8 text on a black background
contrast 13.54:1
Card sample
#cecfd8 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cecfd8;
Background color
Panel with #cecfd8 background
background-color: #cecfd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cecfd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 207, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 207, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cecfd8; background: linear-gradient(135deg, #cecfd8, #D4CED8);