#aba331
a dark, vivid yellow · cool · closest name: olive
RGB
171, 163, 49
HSL
56°, 56%, 43%
CMYK
0, 5, 71, 33
Luminance
0.3507
Every format
| HEX | #aba331 |
| RGB | rgb(171, 163, 49) |
| HSL | hsl(56, 56%, 43%) |
| CMYK | cmyk(0%, 5%, 71%, 33%) |
| LAB | lab(65.8 -10.5 57.0) |
| LCH | lch(65.8 58.0 100.4) |
| OKLCH | oklch(0.702 0.131 105.3) |
Copy-ready code
/* CSS */
color: #aba331;
background-color: #aba331;
/* Tailwind (arbitrary) */
class="text-[#aba331] bg-[#aba331]"
/* SCSS */
$brand: #aba331;
/* SwiftUI */
Color(red: 0.671, green: 0.639, blue: 0.192)
/* Android */
Color.parseColor("#aba331")Accessibility — WCAG contrast
Aa
#aba331 on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aba331 on black: 8.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green63.9%
Blue19.2%
CMYK percentages
Cyan0.0%
Magenta4.7%
Yellow71.3%
Key (black)32.9%
Color previews
#aba331 text on a black background
contrast 8.01:1
Card sample
#aba331 text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aba331;
Background color
Panel with #aba331 background
background-color: #aba331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aba331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 163, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 163, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aba331; background: linear-gradient(135deg, #aba331, #62AB31);