#aba430
a dark, vivid yellow · cool · closest name: olive
RGB
171, 164, 48
HSL
57°, 56%, 43%
CMYK
0, 4, 72, 33
Luminance
0.3542
Every format
| HEX | #aba430 |
| RGB | rgb(171, 164, 48) |
| HSL | hsl(57, 56%, 43%) |
| CMYK | cmyk(0%, 4%, 72%, 33%) |
| LAB | lab(66.1 -11.1 57.7) |
| LCH | lch(66.1 58.7 100.9) |
| OKLCH | oklch(0.704 0.133 105.9) |
Copy-ready code
/* CSS */
color: #aba430;
background-color: #aba430;
/* Tailwind (arbitrary) */
class="text-[#aba430] bg-[#aba430]"
/* SCSS */
$brand: #aba430;
/* SwiftUI */
Color(red: 0.671, green: 0.643, blue: 0.188)
/* Android */
Color.parseColor("#aba430")Accessibility — WCAG contrast
Aa
#aba430 on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aba430 on black: 8.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green64.3%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta4.1%
Yellow71.9%
Key (black)32.9%
Color previews
#aba430 text on a black background
contrast 8.08:1
Card sample
#aba430 text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aba430;
Background color
Panel with #aba430 background
background-color: #aba430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aba430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 164, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 164, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aba430; background: linear-gradient(135deg, #aba430, #60AB30);