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