#adbb22
a dark, vivid yellow · cool · closest name: olive
RGB
173, 187, 34
HSL
66°, 69%, 43%
CMYK
8, 0, 82, 27
Luminance
0.4454
Every format
| HEX | #adbb22 |
| RGB | rgb(173, 187, 34) |
| HSL | hsl(66, 69%, 43%) |
| CMYK | cmyk(8%, 0%, 82%, 27%) |
| LAB | lab(72.6 -22.5 68.1) |
| LCH | lch(72.6 71.7 108.3) |
| OKLCH | oklch(0.756 0.163 115.2) |
Copy-ready code
/* CSS */
color: #adbb22;
background-color: #adbb22;
/* Tailwind (arbitrary) */
class="text-[#adbb22] bg-[#adbb22]"
/* SCSS */
$brand: #adbb22;
/* SwiftUI */
Color(red: 0.678, green: 0.733, blue: 0.133)
/* Android */
Color.parseColor("#adbb22")Accessibility — WCAG contrast
Aa
#adbb22 on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adbb22 on black: 9.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green73.3%
Blue13.3%
CMYK percentages
Cyan7.5%
Magenta0.0%
Yellow81.8%
Key (black)26.7%
Color previews
#adbb22 text on a black background
contrast 9.91:1
Card sample
#adbb22 text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adbb22;
Background color
Panel with #adbb22 background
background-color: #adbb22;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adbb22;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 187, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 187, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adbb22; background: linear-gradient(135deg, #adbb22, #47BB22);