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