#cecccb
a light, muted gray · warm · closest name: silver
RGB
206, 204, 203
HSL
20°, 3%, 80%
CMYK
0, 1, 2, 19
Luminance
0.6062
Every format
| HEX | #cecccb |
| RGB | rgb(206, 204, 203) |
| HSL | hsl(20, 3%, 80%) |
| CMYK | cmyk(0%, 1%, 2%, 19%) |
| LAB | lab(82.2 0.5 0.7) |
| LCH | lch(82.2 0.9 55.4) |
| OKLCH | oklch(0.847 0.003 48.7) |
Copy-ready code
/* CSS */
color: #cecccb;
background-color: #cecccb;
/* Tailwind (arbitrary) */
class="text-[#cecccb] bg-[#cecccb]"
/* SCSS */
$brand: #cecccb;
/* SwiftUI */
Color(red: 0.808, green: 0.800, blue: 0.796)
/* Android */
Color.parseColor("#cecccb")Accessibility — WCAG contrast
Aa
#cecccb on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cecccb on black: 13.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green80.0%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta1.0%
Yellow1.5%
Key (black)19.2%
Color previews
#cecccb text on a black background
contrast 13.12:1
Card sample
#cecccb text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cecccb;
Background color
Panel with #cecccb background
background-color: #cecccb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cecccb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 204, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 204, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cecccb; background: linear-gradient(135deg, #cecccb, #CECECB);