#cac59b
a light, soft yellow · cool · closest name: tan
RGB
202, 197, 155
HSL
54°, 31%, 70%
CMYK
0, 3, 23, 21
Luminance
0.5486
Every format
| HEX | #cac59b |
| RGB | rgb(202, 197, 155) |
| HSL | hsl(54, 31%, 70%) |
| CMYK | cmyk(0%, 3%, 23%, 21%) |
| LAB | lab(79.0 -5.0 21.8) |
| LCH | lch(79.0 22.3 103.0) |
| OKLCH | oklch(0.817 0.057 101.9) |
Copy-ready code
/* CSS */
color: #cac59b;
background-color: #cac59b;
/* Tailwind (arbitrary) */
class="text-[#cac59b] bg-[#cac59b]"
/* SCSS */
$brand: #cac59b;
/* SwiftUI */
Color(red: 0.792, green: 0.773, blue: 0.608)
/* Android */
Color.parseColor("#cac59b")Accessibility — WCAG contrast
Aa
#cac59b on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cac59b on black: 11.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green77.3%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta2.5%
Yellow23.3%
Key (black)20.8%
Color previews
#cac59b text on a black background
contrast 11.97:1
Card sample
#cac59b text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cac59b;
Background color
Panel with #cac59b background
background-color: #cac59b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cac59b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 197, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 197, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cac59b; background: linear-gradient(135deg, #cac59b, #B0CA9B);