#adbb13
a dark, electric yellow · cool · closest name: olive
RGB
173, 187, 19
HSL
65°, 82%, 40%
CMYK
8, 0, 90, 27
Luminance
0.4447
Every format
| HEX | #adbb13 |
| RGB | rgb(173, 187, 19) |
| HSL | hsl(65, 82%, 40%) |
| CMYK | cmyk(8%, 0%, 90%, 27%) |
| LAB | lab(72.5 -22.9 71.2) |
| LCH | lch(72.5 74.8 107.8) |
| OKLCH | oklch(0.755 0.168 115.1) |
Copy-ready code
/* CSS */
color: #adbb13;
background-color: #adbb13;
/* Tailwind (arbitrary) */
class="text-[#adbb13] bg-[#adbb13]"
/* SCSS */
$brand: #adbb13;
/* SwiftUI */
Color(red: 0.678, green: 0.733, blue: 0.075)
/* Android */
Color.parseColor("#adbb13")Accessibility — WCAG contrast
Aa
#adbb13 on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adbb13 on black: 9.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green73.3%
Blue7.5%
CMYK percentages
Cyan7.5%
Magenta0.0%
Yellow89.8%
Key (black)26.7%
Color previews
#adbb13 text on a black background
contrast 9.89:1
Card sample
#adbb13 text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adbb13;
Background color
Panel with #adbb13 background
background-color: #adbb13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adbb13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 187, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 187, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adbb13; background: linear-gradient(135deg, #adbb13, #3DBB13);