#cecfd3
a light, muted gray · warm · closest name: silver
RGB
206, 207, 211
HSL
228°, 5%, 82%
CMYK
2, 2, 0, 17
Luminance
0.6245
Every format
| HEX | #cecfd3 |
| RGB | rgb(206, 207, 211) |
| HSL | hsl(228, 5%, 82%) |
| CMYK | cmyk(2%, 2%, 0%, 17%) |
| LAB | lab(83.2 0.4 -2.1) |
| LCH | lch(83.2 2.1 280.8) |
| OKLCH | oklch(0.855 0.006 275.0) |
Copy-ready code
/* CSS */
color: #cecfd3;
background-color: #cecfd3;
/* Tailwind (arbitrary) */
class="text-[#cecfd3] bg-[#cecfd3]"
/* SCSS */
$brand: #cecfd3;
/* SwiftUI */
Color(red: 0.808, green: 0.812, blue: 0.827)
/* Android */
Color.parseColor("#cecfd3")Accessibility — WCAG contrast
Aa
#cecfd3 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cecfd3 on black: 13.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green81.2%
Blue82.7%
CMYK percentages
Cyan2.4%
Magenta1.9%
Yellow0.0%
Key (black)17.3%
Color previews
#cecfd3 text on a black background
contrast 13.49:1
Card sample
#cecfd3 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cecfd3;
Background color
Panel with #cecfd3 background
background-color: #cecfd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cecfd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 207, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 207, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cecfd3; background: linear-gradient(135deg, #cecfd3, #D0CED3);