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