#cac76f
a balanced, vivid yellow · cool · closest name: khaki
RGB
202, 199, 111
HSL
58°, 46%, 61%
CMYK
0, 2, 45, 21
Luminance
0.5455
Every format
| HEX | #cac76f |
| RGB | rgb(202, 199, 111) |
| HSL | hsl(58, 46%, 61%) |
| CMYK | cmyk(0%, 2%, 45%, 21%) |
| LAB | lab(78.8 -11.3 44.2) |
| LCH | lch(78.8 45.6 104.4) |
| OKLCH | oklch(0.813 0.111 106.9) |
Copy-ready code
/* CSS */
color: #cac76f;
background-color: #cac76f;
/* Tailwind (arbitrary) */
class="text-[#cac76f] bg-[#cac76f]"
/* SCSS */
$brand: #cac76f;
/* SwiftUI */
Color(red: 0.792, green: 0.780, blue: 0.435)
/* Android */
Color.parseColor("#cac76f")Accessibility — WCAG contrast
Aa
#cac76f on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cac76f on black: 11.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green78.0%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta1.5%
Yellow45.0%
Key (black)20.8%
Color previews
#cac76f text on a black background
contrast 11.91:1
Card sample
#cac76f text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cac76f;
Background color
Panel with #cac76f background
background-color: #cac76f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cac76f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 199, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 199, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cac76f; background: linear-gradient(135deg, #cac76f, #90CA6F);