#aabc39
a balanced, vivid yellow · cool · closest name: olivedrab
RGB
170, 188, 57
HSL
68°, 54%, 48%
CMYK
10, 0, 70, 26
Luminance
0.4481
Every format
| HEX | #aabc39 |
| RGB | rgb(170, 188, 57) |
| HSL | hsl(68, 54%, 48%) |
| CMYK | cmyk(10%, 0%, 70%, 26%) |
| LAB | lab(72.8 -23.2 60.9) |
| LCH | lch(72.8 65.1 110.9) |
| OKLCH | oklch(0.757 0.153 117.0) |
Copy-ready code
/* CSS */
color: #aabc39;
background-color: #aabc39;
/* Tailwind (arbitrary) */
class="text-[#aabc39] bg-[#aabc39]"
/* SCSS */
$brand: #aabc39;
/* SwiftUI */
Color(red: 0.667, green: 0.737, blue: 0.224)
/* Android */
Color.parseColor("#aabc39")Accessibility — WCAG contrast
Aa
#aabc39 on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aabc39 on black: 9.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green73.7%
Blue22.4%
CMYK percentages
Cyan9.6%
Magenta0.0%
Yellow69.7%
Key (black)26.3%
Color previews
#aabc39 text on a black background
contrast 9.96:1
Card sample
#aabc39 text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aabc39;
Background color
Panel with #aabc39 background
background-color: #aabc39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aabc39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 188, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 188, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aabc39; background: linear-gradient(135deg, #aabc39, #53BC39);