#cac98f
a light, soft yellow · cool · closest name: tan
RGB
202, 201, 143
HSL
59°, 36%, 68%
CMYK
0, 1, 29, 21
Luminance
0.5631
Every format
| HEX | #cac98f |
| RGB | rgb(202, 201, 143) |
| HSL | hsl(59, 36%, 68%) |
| CMYK | cmyk(0%, 1%, 29%, 21%) |
| LAB | lab(79.8 -8.7 29.2) |
| LCH | lch(79.8 30.5 106.6) |
| OKLCH | oklch(0.823 0.076 107.1) |
Copy-ready code
/* CSS */
color: #cac98f;
background-color: #cac98f;
/* Tailwind (arbitrary) */
class="text-[#cac98f] bg-[#cac98f]"
/* SCSS */
$brand: #cac98f;
/* SwiftUI */
Color(red: 0.792, green: 0.788, blue: 0.561)
/* Android */
Color.parseColor("#cac98f")Accessibility — WCAG contrast
Aa
#cac98f on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cac98f on black: 12.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green78.8%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta0.5%
Yellow29.2%
Key (black)20.8%
Color previews
#cac98f text on a black background
contrast 12.26:1
Card sample
#cac98f text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cac98f;
Background color
Panel with #cac98f background
background-color: #cac98f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cac98f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 201, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 201, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cac98f; background: linear-gradient(135deg, #cac98f, #A4CA8F);