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