#cacabf
a light, muted yellow · cool · closest name: silver
RGB
202, 202, 191
HSL
60°, 9%, 77%
CMYK
0, 0, 5, 21
Luminance
0.5856
Every format
| HEX | #cacabf |
| RGB | rgb(202, 202, 191) |
| HSL | hsl(60, 9%, 77%) |
| CMYK | cmyk(0%, 0%, 5%, 21%) |
| LAB | lab(81.0 -2.0 5.5) |
| LCH | lch(81.0 5.8 109.6) |
| OKLCH | oklch(0.836 0.015 106.7) |
Copy-ready code
/* CSS */
color: #cacabf;
background-color: #cacabf;
/* Tailwind (arbitrary) */
class="text-[#cacabf] bg-[#cacabf]"
/* SCSS */
$brand: #cacabf;
/* SwiftUI */
Color(red: 0.792, green: 0.792, blue: 0.749)
/* Android */
Color.parseColor("#cacabf")Accessibility — WCAG contrast
Aa
#cacabf on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cacabf on black: 12.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green79.2%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow5.4%
Key (black)20.8%
Color previews
#cacabf text on a black background
contrast 12.71:1
Card sample
#cacabf text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cacabf;
Background color
Panel with #cacabf background
background-color: #cacabf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cacabf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 202, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 202, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cacabf; background: linear-gradient(135deg, #cacabf, #C3CABF);