#aab430
a dark, vivid yellow · cool · closest name: olive
RGB
170, 180, 48
HSL
65°, 58%, 45%
CMYK
6, 0, 73, 29
Luminance
0.4140
Every format
| HEX | #aab430 |
| RGB | rgb(170, 180, 48) |
| HSL | hsl(65, 58%, 45%) |
| CMYK | cmyk(6%, 0%, 73%, 29%) |
| LAB | lab(70.5 -19.7 61.9) |
| LCH | lch(70.5 64.9 107.7) |
| OKLCH | oklch(0.739 0.149 113.9) |
Copy-ready code
/* CSS */
color: #aab430;
background-color: #aab430;
/* Tailwind (arbitrary) */
class="text-[#aab430] bg-[#aab430]"
/* SCSS */
$brand: #aab430;
/* SwiftUI */
Color(red: 0.667, green: 0.706, blue: 0.188)
/* Android */
Color.parseColor("#aab430")Accessibility — WCAG contrast
Aa
#aab430 on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aab430 on black: 9.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green70.6%
Blue18.8%
CMYK percentages
Cyan5.6%
Magenta0.0%
Yellow73.3%
Key (black)29.4%
Color previews
#aab430 text on a black background
contrast 9.28:1
Card sample
#aab430 text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aab430;
Background color
Panel with #aab430 background
background-color: #aab430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aab430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 180, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 180, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aab430; background: linear-gradient(135deg, #aab430, #52B430);