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