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