#cab84a
a balanced, vivid yellow · cool · closest name: khaki
RGB
202, 184, 74
HSL
52°, 55%, 54%
CMYK
0, 9, 63, 21
Luminance
0.4733
Every format
| HEX | #cab84a |
| RGB | rgb(202, 184, 74) |
| HSL | hsl(52, 55%, 54%) |
| CMYK | cmyk(0%, 9%, 63%, 21%) |
| LAB | lab(74.4 -6.6 56.5) |
| LCH | lch(74.4 56.9 96.7) |
| OKLCH | oklch(0.777 0.131 100.0) |
Copy-ready code
/* CSS */
color: #cab84a;
background-color: #cab84a;
/* Tailwind (arbitrary) */
class="text-[#cab84a] bg-[#cab84a]"
/* SCSS */
$brand: #cab84a;
/* SwiftUI */
Color(red: 0.792, green: 0.722, blue: 0.290)
/* Android */
Color.parseColor("#cab84a")Accessibility — WCAG contrast
Aa
#cab84a on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cab84a on black: 10.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green72.2%
Blue29.0%
CMYK percentages
Cyan0.0%
Magenta8.9%
Yellow63.4%
Key (black)20.8%
Color previews
#cab84a text on a black background
contrast 10.47:1
Card sample
#cab84a text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cab84a;
Background color
Panel with #cab84a background
background-color: #cab84a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cab84a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 184, 74, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 184, 74, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cab84a; background: linear-gradient(135deg, #cab84a, #87CA4A);