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