#cac3c0
a light, muted orange · warm · closest name: silver
RGB
202, 195, 192
HSL
18°, 9%, 77%
CMYK
0, 4, 5, 21
Luminance
0.5539
Every format
| HEX | #cac3c0 |
| RGB | rgb(202, 195, 192) |
| HSL | hsl(18, 9%, 77%) |
| CMYK | cmyk(0%, 4%, 5%, 21%) |
| LAB | lab(79.3 1.9 2.4) |
| LCH | lch(79.3 3.0 51.3) |
| OKLCH | oklch(0.822 0.009 44.9) |
Copy-ready code
/* CSS */
color: #cac3c0;
background-color: #cac3c0;
/* Tailwind (arbitrary) */
class="text-[#cac3c0] bg-[#cac3c0]"
/* SCSS */
$brand: #cac3c0;
/* SwiftUI */
Color(red: 0.792, green: 0.765, blue: 0.753)
/* Android */
Color.parseColor("#cac3c0")Accessibility — WCAG contrast
Aa
#cac3c0 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cac3c0 on black: 12.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green76.5%
Blue75.3%
CMYK percentages
Cyan0.0%
Magenta3.5%
Yellow5.0%
Key (black)20.8%
Color previews
#cac3c0 text on a black background
contrast 12.08:1
Card sample
#cac3c0 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cac3c0;
Background color
Panel with #cac3c0 background
background-color: #cac3c0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cac3c0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 195, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 195, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cac3c0; background: linear-gradient(135deg, #cac3c0, #CACAC0);