#adbb35
a balanced, vivid yellow · cool · closest name: olivedrab
RGB
173, 187, 53
HSL
66°, 56%, 47%
CMYK
8, 0, 72, 27
Luminance
0.4468
Every format
| HEX | #adbb35 |
| RGB | rgb(173, 187, 53) |
| HSL | hsl(66, 56%, 47%) |
| CMYK | cmyk(8%, 0%, 72%, 27%) |
| LAB | lab(72.7 -21.7 62.3) |
| LCH | lch(72.7 66.0 109.2) |
| OKLCH | oklch(0.757 0.153 115.4) |
Copy-ready code
/* CSS */
color: #adbb35;
background-color: #adbb35;
/* Tailwind (arbitrary) */
class="text-[#adbb35] bg-[#adbb35]"
/* SCSS */
$brand: #adbb35;
/* SwiftUI */
Color(red: 0.678, green: 0.733, blue: 0.208)
/* Android */
Color.parseColor("#adbb35")Accessibility — WCAG contrast
Aa
#adbb35 on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adbb35 on black: 9.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green73.3%
Blue20.8%
CMYK percentages
Cyan7.5%
Magenta0.0%
Yellow71.7%
Key (black)26.7%
Color previews
#adbb35 text on a black background
contrast 9.94:1
Card sample
#adbb35 text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adbb35;
Background color
Panel with #adbb35 background
background-color: #adbb35;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adbb35;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 187, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 187, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adbb35; background: linear-gradient(135deg, #adbb35, #54BB35);