#cecfd9
a light, muted blue · warm · closest name: silver
RGB
206, 207, 217
HSL
235°, 13%, 83%
CMYK
5, 5, 0, 15
Luminance
0.6276
Every format
| HEX | #cecfd9 |
| RGB | rgb(206, 207, 217) |
| HSL | hsl(235, 13%, 83%) |
| CMYK | cmyk(5%, 5%, 0%, 15%) |
| LAB | lab(83.3 1.5 -5.1) |
| LCH | lch(83.3 5.3 286.8) |
| OKLCH | oklch(0.857 0.014 281.5) |
Copy-ready code
/* CSS */
color: #cecfd9;
background-color: #cecfd9;
/* Tailwind (arbitrary) */
class="text-[#cecfd9] bg-[#cecfd9]"
/* SCSS */
$brand: #cecfd9;
/* SwiftUI */
Color(red: 0.808, green: 0.812, blue: 0.851)
/* Android */
Color.parseColor("#cecfd9")Accessibility — WCAG contrast
Aa
#cecfd9 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cecfd9 on black: 13.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green81.2%
Blue85.1%
CMYK percentages
Cyan5.1%
Magenta4.6%
Yellow0.0%
Key (black)14.9%
Color previews
#cecfd9 text on a black background
contrast 13.55:1
Card sample
#cecfd9 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cecfd9;
Background color
Panel with #cecfd9 background
background-color: #cecfd9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cecfd9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 207, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 207, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cecfd9; background: linear-gradient(135deg, #cecfd9, #D4CED9);