#cab76f
a balanced, vivid yellow · cool · closest name: tan
RGB
202, 183, 111
HSL
48°, 46%, 61%
CMYK
0, 9, 45, 21
Luminance
0.4757
Every format
| HEX | #cab76f |
| RGB | rgb(202, 183, 111) |
| HSL | hsl(48, 46%, 61%) |
| CMYK | cmyk(0%, 9%, 45%, 21%) |
| LAB | lab(74.5 -3.1 39.0) |
| LCH | lch(74.5 39.1 94.5) |
| OKLCH | oklch(0.780 0.095 95.1) |
Copy-ready code
/* CSS */
color: #cab76f;
background-color: #cab76f;
/* Tailwind (arbitrary) */
class="text-[#cab76f] bg-[#cab76f]"
/* SCSS */
$brand: #cab76f;
/* SwiftUI */
Color(red: 0.792, green: 0.718, blue: 0.435)
/* Android */
Color.parseColor("#cab76f")Accessibility — WCAG contrast
Aa
#cab76f on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cab76f on black: 10.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green71.8%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta9.4%
Yellow45.0%
Key (black)20.8%
Color previews
#cab76f text on a black background
contrast 10.51:1
Card sample
#cab76f text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cab76f;
Background color
Panel with #cab76f background
background-color: #cab76f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cab76f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 183, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 183, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cab76f; background: linear-gradient(135deg, #cab76f, #A0CA6F);