#cac89f
a light, soft yellow · cool · closest name: tan
RGB
202, 200, 159
HSL
57°, 29%, 71%
CMYK
0, 1, 21, 21
Luminance
0.5637
Every format
| HEX | #cac89f |
| RGB | rgb(202, 200, 159) |
| HSL | hsl(57, 29%, 71%) |
| CMYK | cmyk(0%, 1%, 21%, 21%) |
| LAB | lab(79.8 -6.0 20.8) |
| LCH | lch(79.8 21.7 106.1) |
| OKLCH | oklch(0.824 0.055 105.2) |
Copy-ready code
/* CSS */
color: #cac89f;
background-color: #cac89f;
/* Tailwind (arbitrary) */
class="text-[#cac89f] bg-[#cac89f]"
/* SCSS */
$brand: #cac89f;
/* SwiftUI */
Color(red: 0.792, green: 0.784, blue: 0.624)
/* Android */
Color.parseColor("#cac89f")Accessibility — WCAG contrast
Aa
#cac89f on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cac89f on black: 12.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green78.4%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta1.0%
Yellow21.3%
Key (black)20.8%
Color previews
#cac89f text on a black background
contrast 12.27:1
Card sample
#cac89f text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cac89f;
Background color
Panel with #cac89f background
background-color: #cac89f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cac89f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 200, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 200, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cac89f; background: linear-gradient(135deg, #cac89f, #AFCA9F);