#adac00
a dark, electric yellow · cool · closest name: olive
RGB
173, 172, 0
HSL
60°, 100%, 34%
CMYK
0, 1, 100, 32
Luminance
0.3839
Every format
| HEX | #adac00 |
| RGB | rgb(173, 172, 0) |
| HSL | hsl(60, 100%, 34%) |
| CMYK | cmyk(0%, 1%, 100%, 32%) |
| LAB | lab(68.3 -15.6 70.4) |
| LCH | lch(68.3 72.1 102.5) |
| OKLCH | oklch(0.722 0.157 109.3) |
Copy-ready code
/* CSS */
color: #adac00;
background-color: #adac00;
/* Tailwind (arbitrary) */
class="text-[#adac00] bg-[#adac00]"
/* SCSS */
$brand: #adac00;
/* SwiftUI */
Color(red: 0.678, green: 0.675, blue: 0.000)
/* Android */
Color.parseColor("#adac00")Accessibility — WCAG contrast
Aa
#adac00 on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adac00 on black: 8.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green67.5%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta0.6%
Yellow100.0%
Key (black)32.2%
Color previews
#adac00 text on a black background
contrast 8.68:1
Card sample
#adac00 text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adac00;
Background color
Panel with #adac00 background
background-color: #adac00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adac00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 172, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 172, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adac00; background: linear-gradient(135deg, #adac00, #3AAD00);