#cecfcc
a light, muted gray · cool · closest name: silver
RGB
206, 207, 204
HSL
80°, 3%, 81%
CMYK
1, 0, 1, 19
Luminance
0.6211
Every format
| HEX | #cecfcc |
| RGB | rgb(206, 207, 204) |
| HSL | hsl(80, 3%, 81%) |
| CMYK | cmyk(1%, 0%, 1%, 19%) |
| LAB | lab(83.0 -0.9 1.4) |
| LCH | lch(83.0 1.6 123.0) |
| OKLCH | oklch(0.853 0.004 121.6) |
Copy-ready code
/* CSS */
color: #cecfcc;
background-color: #cecfcc;
/* Tailwind (arbitrary) */
class="text-[#cecfcc] bg-[#cecfcc]"
/* SCSS */
$brand: #cecfcc;
/* SwiftUI */
Color(red: 0.808, green: 0.812, blue: 0.800)
/* Android */
Color.parseColor("#cecfcc")Accessibility — WCAG contrast
Aa
#cecfcc on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cecfcc on black: 13.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green81.2%
Blue80.0%
CMYK percentages
Cyan0.5%
Magenta0.0%
Yellow1.4%
Key (black)18.8%
Color previews
#cecfcc text on a black background
contrast 13.42:1
Card sample
#cecfcc text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cecfcc;
Background color
Panel with #cecfcc background
background-color: #cecfcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cecfcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 207, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 207, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cecfcc; background: linear-gradient(135deg, #cecfcc, #CCCFCC);