#cac2be
a light, muted orange · warm · closest name: silver
RGB
202, 194, 190
HSL
20°, 10%, 77%
CMYK
0, 4, 6, 21
Luminance
0.5486
Every format
| HEX | #cac2be |
| RGB | rgb(202, 194, 190) |
| HSL | hsl(20, 10%, 77%) |
| CMYK | cmyk(0%, 4%, 6%, 21%) |
| LAB | lab(79.0 2.1 3.0) |
| LCH | lch(79.0 3.6 55.3) |
| OKLCH | oklch(0.819 0.011 48.6) |
Copy-ready code
/* CSS */
color: #cac2be;
background-color: #cac2be;
/* Tailwind (arbitrary) */
class="text-[#cac2be] bg-[#cac2be]"
/* SCSS */
$brand: #cac2be;
/* SwiftUI */
Color(red: 0.792, green: 0.761, blue: 0.745)
/* Android */
Color.parseColor("#cac2be")Accessibility — WCAG contrast
Aa
#cac2be on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cac2be on black: 11.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green76.1%
Blue74.5%
CMYK percentages
Cyan0.0%
Magenta4.0%
Yellow5.9%
Key (black)20.8%
Color previews
#cac2be text on a black background
contrast 11.97:1
Card sample
#cac2be text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cac2be;
Background color
Panel with #cac2be background
background-color: #cac2be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cac2be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 194, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 194, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cac2be; background: linear-gradient(135deg, #cac2be, #CACABE);