#cac2ba
a light, muted orange · warm · closest name: silver
RGB
202, 194, 186
HSL
30°, 13%, 76%
CMYK
0, 4, 8, 21
Luminance
0.5469
Every format
| HEX | #cac2ba |
| RGB | rgb(202, 194, 186) |
| HSL | hsl(30, 13%, 76%) |
| CMYK | cmyk(0%, 4%, 8%, 21%) |
| LAB | lab(78.9 1.4 5.0) |
| LCH | lch(78.9 5.2 74.5) |
| OKLCH | oklch(0.818 0.014 67.6) |
Copy-ready code
/* CSS */
color: #cac2ba;
background-color: #cac2ba;
/* Tailwind (arbitrary) */
class="text-[#cac2ba] bg-[#cac2ba]"
/* SCSS */
$brand: #cac2ba;
/* SwiftUI */
Color(red: 0.792, green: 0.761, blue: 0.729)
/* Android */
Color.parseColor("#cac2ba")Accessibility — WCAG contrast
Aa
#cac2ba on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cac2ba on black: 11.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green76.1%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta4.0%
Yellow7.9%
Key (black)20.8%
Color previews
#cac2ba text on a black background
contrast 11.94:1
Card sample
#cac2ba text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cac2ba;
Background color
Panel with #cac2ba background
background-color: #cac2ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cac2ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 194, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 194, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cac2ba; background: linear-gradient(135deg, #cac2ba, #C7CABA);