#cbcacf
a light, muted gray · warm · closest name: silver
RGB
203, 202, 207
HSL
252°, 5%, 80%
CMYK
2, 2, 0, 19
Luminance
0.5944
Every format
| HEX | #cbcacf |
| RGB | rgb(203, 202, 207) |
| HSL | hsl(252, 5%, 80%) |
| CMYK | cmyk(2%, 2%, 0%, 19%) |
| LAB | lab(81.5 1.3 -2.4) |
| LCH | lch(81.5 2.7 298.1) |
| OKLCH | oklch(0.841 0.007 295.4) |
Copy-ready code
/* CSS */
color: #cbcacf;
background-color: #cbcacf;
/* Tailwind (arbitrary) */
class="text-[#cbcacf] bg-[#cbcacf]"
/* SCSS */
$brand: #cbcacf;
/* SwiftUI */
Color(red: 0.796, green: 0.792, blue: 0.812)
/* Android */
Color.parseColor("#cbcacf")Accessibility — WCAG contrast
Aa
#cbcacf on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbcacf on black: 12.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green79.2%
Blue81.2%
CMYK percentages
Cyan1.9%
Magenta2.4%
Yellow0.0%
Key (black)18.8%
Color previews
#cbcacf text on a black background
contrast 12.89:1
Card sample
#cbcacf text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbcacf;
Background color
Panel with #cbcacf background
background-color: #cbcacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbcacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 202, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 202, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbcacf; background: linear-gradient(135deg, #cbcacf, #CECACF);