#adae2f
a dark, vivid yellow · cool · closest name: olive
RGB
173, 174, 47
HSL
61°, 58%, 43%
CMYK
1, 0, 73, 32
Luminance
0.3936
Every format
| HEX | #adae2f |
| RGB | rgb(173, 174, 47) |
| HSL | hsl(61, 58%, 43%) |
| CMYK | cmyk(1%, 0%, 73%, 32%) |
| LAB | lab(69.0 -15.4 60.9) |
| LCH | lch(69.0 62.8 104.2) |
| OKLCH | oklch(0.728 0.143 109.9) |
Copy-ready code
/* CSS */
color: #adae2f;
background-color: #adae2f;
/* Tailwind (arbitrary) */
class="text-[#adae2f] bg-[#adae2f]"
/* SCSS */
$brand: #adae2f;
/* SwiftUI */
Color(red: 0.678, green: 0.682, blue: 0.184)
/* Android */
Color.parseColor("#adae2f")Accessibility — WCAG contrast
Aa
#adae2f on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adae2f on black: 8.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green68.2%
Blue18.4%
CMYK percentages
Cyan0.6%
Magenta0.0%
Yellow73.0%
Key (black)31.8%
Color previews
#adae2f text on a black background
contrast 8.87:1
Card sample
#adae2f text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adae2f;
Background color
Panel with #adae2f background
background-color: #adae2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adae2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 174, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 174, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adae2f; background: linear-gradient(135deg, #adae2f, #58AE2F);