#adac32
a dark, vivid yellow · cool · closest name: olive
RGB
173, 172, 50
HSL
60°, 55%, 44%
CMYK
0, 1, 71, 32
Luminance
0.3862
Every format
| HEX | #adac32 |
| RGB | rgb(173, 172, 50) |
| HSL | hsl(60, 55%, 44%) |
| CMYK | cmyk(0%, 1%, 71%, 32%) |
| LAB | lab(68.5 -14.3 59.3) |
| LCH | lch(68.5 61.0 103.5) |
| OKLCH | oklch(0.723 0.139 109.0) |
Copy-ready code
/* CSS */
color: #adac32;
background-color: #adac32;
/* Tailwind (arbitrary) */
class="text-[#adac32] bg-[#adac32]"
/* SCSS */
$brand: #adac32;
/* SwiftUI */
Color(red: 0.678, green: 0.675, blue: 0.196)
/* Android */
Color.parseColor("#adac32")Accessibility — WCAG contrast
Aa
#adac32 on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adac32 on black: 8.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green67.5%
Blue19.6%
CMYK percentages
Cyan0.0%
Magenta0.6%
Yellow71.1%
Key (black)32.2%
Color previews
#adac32 text on a black background
contrast 8.72:1
Card sample
#adac32 text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adac32;
Background color
Panel with #adac32 background
background-color: #adac32;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adac32;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 172, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 172, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adac32; background: linear-gradient(135deg, #adac32, #5CAD32);