#adae49
a balanced, soft yellow · cool · closest name: olive
RGB
173, 174, 73
HSL
61°, 41%, 48%
CMYK
1, 0, 58, 32
Luminance
0.3964
Every format
| HEX | #adae49 |
| RGB | rgb(173, 174, 73) |
| HSL | hsl(61, 41%, 48%) |
| CMYK | cmyk(1%, 0%, 58%, 32%) |
| LAB | lab(69.2 -13.8 50.5) |
| LCH | lch(69.2 52.4 105.3) |
| OKLCH | oklch(0.730 0.124 109.6) |
Copy-ready code
/* CSS */
color: #adae49;
background-color: #adae49;
/* Tailwind (arbitrary) */
class="text-[#adae49] bg-[#adae49]"
/* SCSS */
$brand: #adae49;
/* SwiftUI */
Color(red: 0.678, green: 0.682, blue: 0.286)
/* Android */
Color.parseColor("#adae49")Accessibility — WCAG contrast
Aa
#adae49 on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adae49 on black: 8.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green68.2%
Blue28.6%
CMYK percentages
Cyan0.6%
Magenta0.0%
Yellow58.0%
Key (black)31.8%
Color previews
#adae49 text on a black background
contrast 8.93:1
Card sample
#adae49 text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adae49;
Background color
Panel with #adae49 background
background-color: #adae49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adae49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 174, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 174, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adae49; background: linear-gradient(135deg, #adae49, #6AAE49);