#adbc13
a dark, electric yellow · cool · closest name: olive
RGB
173, 188, 19
HSL
65°, 82%, 41%
CMYK
8, 0, 90, 26
Luminance
0.4490
Every format
| HEX | #adbc13 |
| RGB | rgb(173, 188, 19) |
| HSL | hsl(65, 82%, 41%) |
| CMYK | cmyk(8%, 0%, 90%, 26%) |
| LAB | lab(72.8 -23.3 71.5) |
| LCH | lch(72.8 75.2 108.1) |
| OKLCH | oklch(0.758 0.169 115.4) |
Copy-ready code
/* CSS */
color: #adbc13;
background-color: #adbc13;
/* Tailwind (arbitrary) */
class="text-[#adbc13] bg-[#adbc13]"
/* SCSS */
$brand: #adbc13;
/* SwiftUI */
Color(red: 0.678, green: 0.737, blue: 0.075)
/* Android */
Color.parseColor("#adbc13")Accessibility — WCAG contrast
Aa
#adbc13 on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adbc13 on black: 9.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green73.7%
Blue7.5%
CMYK percentages
Cyan8.0%
Magenta0.0%
Yellow89.9%
Key (black)26.3%
Color previews
#adbc13 text on a black background
contrast 9.98:1
Card sample
#adbc13 text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adbc13;
Background color
Panel with #adbc13 background
background-color: #adbc13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adbc13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 188, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 188, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adbc13; background: linear-gradient(135deg, #adbc13, #3CBC13);