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