#adae39
a balanced, vivid yellow · cool · closest name: olive
RGB
173, 174, 57
HSL
61°, 51%, 45%
CMYK
1, 0, 67, 32
Luminance
0.3945
Every format
| HEX | #adae39 |
| RGB | rgb(173, 174, 57) |
| HSL | hsl(61, 51%, 45%) |
| CMYK | cmyk(1%, 0%, 67%, 32%) |
| LAB | lab(69.1 -14.9 57.2) |
| LCH | lch(69.1 59.1 104.6) |
| OKLCH | oklch(0.728 0.137 109.8) |
Copy-ready code
/* CSS */
color: #adae39;
background-color: #adae39;
/* Tailwind (arbitrary) */
class="text-[#adae39] bg-[#adae39]"
/* SCSS */
$brand: #adae39;
/* SwiftUI */
Color(red: 0.678, green: 0.682, blue: 0.224)
/* Android */
Color.parseColor("#adae39")Accessibility — WCAG contrast
Aa
#adae39 on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adae39 on black: 8.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green68.2%
Blue22.4%
CMYK percentages
Cyan0.6%
Magenta0.0%
Yellow67.2%
Key (black)31.8%
Color previews
#adae39 text on a black background
contrast 8.89:1
Card sample
#adae39 text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adae39;
Background color
Panel with #adae39 background
background-color: #adae39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adae39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 174, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 174, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adae39; background: linear-gradient(135deg, #adae39, #5FAE39);