#cac44f
a balanced, vivid yellow · cool · closest name: khaki
RGB
202, 196, 79
HSL
57°, 54%, 55%
CMYK
0, 3, 61, 21
Luminance
0.5260
Every format
| HEX | #cac44f |
| RGB | rgb(202, 196, 79) |
| HSL | hsl(57, 54%, 55%) |
| CMYK | cmyk(0%, 3%, 61%, 21%) |
| LAB | lab(77.6 -12.5 57.8) |
| LCH | lch(77.6 59.1 102.2) |
| OKLCH | oklch(0.803 0.138 106.3) |
Copy-ready code
/* CSS */
color: #cac44f;
background-color: #cac44f;
/* Tailwind (arbitrary) */
class="text-[#cac44f] bg-[#cac44f]"
/* SCSS */
$brand: #cac44f;
/* SwiftUI */
Color(red: 0.792, green: 0.769, blue: 0.310)
/* Android */
Color.parseColor("#cac44f")Accessibility — WCAG contrast
Aa
#cac44f on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cac44f on black: 11.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green76.9%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta3.0%
Yellow60.9%
Key (black)20.8%
Color previews
#cac44f text on a black background
contrast 11.52:1
Card sample
#cac44f text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cac44f;
Background color
Panel with #cac44f background
background-color: #cac44f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cac44f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 196, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 196, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cac44f; background: linear-gradient(135deg, #cac44f, #7ECA4F);