#aeba39
a balanced, vivid yellow · cool · closest name: olivedrab
RGB
174, 186, 57
HSL
66°, 53%, 48%
CMYK
7, 0, 69, 27
Luminance
0.4441
Every format
| HEX | #aeba39 |
| RGB | rgb(174, 186, 57) |
| HSL | hsl(66, 53%, 48%) |
| CMYK | cmyk(7%, 0%, 69%, 27%) |
| LAB | lab(72.5 -20.5 60.7) |
| LCH | lch(72.5 64.1 108.7) |
| OKLCH | oklch(0.756 0.149 114.6) |
Copy-ready code
/* CSS */
color: #aeba39;
background-color: #aeba39;
/* Tailwind (arbitrary) */
class="text-[#aeba39] bg-[#aeba39]"
/* SCSS */
$brand: #aeba39;
/* SwiftUI */
Color(red: 0.682, green: 0.729, blue: 0.224)
/* Android */
Color.parseColor("#aeba39")Accessibility — WCAG contrast
Aa
#aeba39 on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aeba39 on black: 9.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green72.9%
Blue22.4%
CMYK percentages
Cyan6.5%
Magenta0.0%
Yellow69.4%
Key (black)27.1%
Color previews
#aeba39 text on a black background
contrast 9.88:1
Card sample
#aeba39 text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aeba39;
Background color
Panel with #aeba39 background
background-color: #aeba39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aeba39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 186, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 186, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aeba39; background: linear-gradient(135deg, #aeba39, #58BA39);