#adbc21
a dark, vivid yellow · cool · closest name: olive
RGB
173, 188, 33
HSL
66°, 70%, 43%
CMYK
8, 0, 82, 26
Luminance
0.4496
Every format
| HEX | #adbc21 |
| RGB | rgb(173, 188, 33) |
| HSL | hsl(66, 70%, 43%) |
| CMYK | cmyk(8%, 0%, 82%, 26%) |
| LAB | lab(72.9 -23.0 68.6) |
| LCH | lch(72.9 72.3 108.5) |
| OKLCH | oklch(0.758 0.164 115.5) |
Copy-ready code
/* CSS */
color: #adbc21;
background-color: #adbc21;
/* Tailwind (arbitrary) */
class="text-[#adbc21] bg-[#adbc21]"
/* SCSS */
$brand: #adbc21;
/* SwiftUI */
Color(red: 0.678, green: 0.737, blue: 0.129)
/* Android */
Color.parseColor("#adbc21")Accessibility — WCAG contrast
Aa
#adbc21 on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adbc21 on black: 9.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green73.7%
Blue12.9%
CMYK percentages
Cyan8.0%
Magenta0.0%
Yellow82.4%
Key (black)26.3%
Color previews
#adbc21 text on a black background
contrast 9.99:1
Card sample
#adbc21 text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adbc21;
Background color
Panel with #adbc21 background
background-color: #adbc21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adbc21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 188, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 188, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adbc21; background: linear-gradient(135deg, #adbc21, #46BC21);