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