#cac5ba
a light, muted yellow · warm · closest name: silver
RGB
202, 197, 186
HSL
41°, 13%, 76%
CMYK
0, 3, 8, 21
Luminance
0.5603
Every format
| HEX | #cac5ba |
| RGB | rgb(202, 197, 186) |
| HSL | hsl(41, 13%, 76%) |
| CMYK | cmyk(0%, 3%, 8%, 21%) |
| LAB | lab(79.6 -0.2 6.1) |
| LCH | lch(79.6 6.1 91.8) |
| OKLCH | oklch(0.824 0.016 86.4) |
Copy-ready code
/* CSS */
color: #cac5ba;
background-color: #cac5ba;
/* Tailwind (arbitrary) */
class="text-[#cac5ba] bg-[#cac5ba]"
/* SCSS */
$brand: #cac5ba;
/* SwiftUI */
Color(red: 0.792, green: 0.773, blue: 0.729)
/* Android */
Color.parseColor("#cac5ba")Accessibility — WCAG contrast
Aa
#cac5ba on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cac5ba on black: 12.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green77.3%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta2.5%
Yellow7.9%
Key (black)20.8%
Color previews
#cac5ba text on a black background
contrast 12.21:1
Card sample
#cac5ba text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cac5ba;
Background color
Panel with #cac5ba background
background-color: #cac5ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cac5ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 197, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 197, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cac5ba; background: linear-gradient(135deg, #cac5ba, #C4CABA);