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