#cab331
a balanced, vivid yellow · cool · closest name: olive
RGB
202, 179, 49
HSL
51°, 61%, 49%
CMYK
0, 11, 76, 21
Luminance
0.4502
Every format
| HEX | #cab331 |
| RGB | rgb(202, 179, 49) |
| HSL | hsl(51, 61%, 49%) |
| CMYK | cmyk(0%, 11%, 76%, 21%) |
| LAB | lab(72.9 -5.3 64.8) |
| LCH | lch(72.9 65.0 94.7) |
| OKLCH | oklch(0.765 0.143 98.7) |
Copy-ready code
/* CSS */
color: #cab331;
background-color: #cab331;
/* Tailwind (arbitrary) */
class="text-[#cab331] bg-[#cab331]"
/* SCSS */
$brand: #cab331;
/* SwiftUI */
Color(red: 0.792, green: 0.702, blue: 0.192)
/* Android */
Color.parseColor("#cab331")Accessibility — WCAG contrast
Aa
#cab331 on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cab331 on black: 10.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green70.2%
Blue19.2%
CMYK percentages
Cyan0.0%
Magenta11.4%
Yellow75.7%
Key (black)20.8%
Color previews
#cab331 text on a black background
contrast 10.00:1
Card sample
#cab331 text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cab331;
Background color
Panel with #cab331 background
background-color: #cab331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cab331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 179, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 179, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cab331; background: linear-gradient(135deg, #cab331, #7BCA31);