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