#adae21
a dark, vivid yellow · cool · closest name: olive
RGB
173, 174, 33
HSL
60°, 68%, 41%
CMYK
1, 0, 81, 32
Luminance
0.3927
Every format
| HEX | #adae21 |
| RGB | rgb(173, 174, 33) |
| HSL | hsl(60, 68%, 41%) |
| CMYK | cmyk(1%, 0%, 81%, 32%) |
| LAB | lab(68.9 -16.0 65.2) |
| LCH | lch(68.9 67.1 103.8) |
| OKLCH | oklch(0.727 0.150 110.1) |
Copy-ready code
/* CSS */
color: #adae21;
background-color: #adae21;
/* Tailwind (arbitrary) */
class="text-[#adae21] bg-[#adae21]"
/* SCSS */
$brand: #adae21;
/* SwiftUI */
Color(red: 0.678, green: 0.682, blue: 0.129)
/* Android */
Color.parseColor("#adae21")Accessibility — WCAG contrast
Aa
#adae21 on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adae21 on black: 8.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green68.2%
Blue12.9%
CMYK percentages
Cyan0.6%
Magenta0.0%
Yellow81.0%
Key (black)31.8%
Color previews
#adae21 text on a black background
contrast 8.85:1
Card sample
#adae21 text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adae21;
Background color
Panel with #adae21 background
background-color: #adae21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adae21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 174, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 174, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adae21; background: linear-gradient(135deg, #adae21, #4FAE21);