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