#cecfd0
a light, muted gray · cool · closest name: silver
RGB
206, 207, 208
HSL
210°, 2%, 81%
CMYK
1, 1, 0, 18
Luminance
0.6230
Every format
| HEX | #cecfd0 |
| RGB | rgb(206, 207, 208) |
| HSL | hsl(210, 2%, 81%) |
| CMYK | cmyk(1%, 1%, 0%, 18%) |
| LAB | lab(83.1 -0.2 -0.6) |
| LCH | lch(83.1 0.6 255.5) |
| OKLCH | oklch(0.854 0.002 247.8) |
Copy-ready code
/* CSS */
color: #cecfd0;
background-color: #cecfd0;
/* Tailwind (arbitrary) */
class="text-[#cecfd0] bg-[#cecfd0]"
/* SCSS */
$brand: #cecfd0;
/* SwiftUI */
Color(red: 0.808, green: 0.812, blue: 0.816)
/* Android */
Color.parseColor("#cecfd0")Accessibility — WCAG contrast
Aa
#cecfd0 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cecfd0 on black: 13.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green81.2%
Blue81.6%
CMYK percentages
Cyan1.0%
Magenta0.5%
Yellow0.0%
Key (black)18.4%
Color previews
#cecfd0 text on a black background
contrast 13.46:1
Card sample
#cecfd0 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cecfd0;
Background color
Panel with #cecfd0 background
background-color: #cecfd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cecfd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 207, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 207, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cecfd0; background: linear-gradient(135deg, #cecfd0, #CECED0);