#8a8a19
a dark, vivid yellow · cool · closest name: olive
RGB
138, 138, 25
HSL
60°, 69%, 32%
CMYK
0, 0, 82, 46
Luminance
0.2365
Every format
| HEX | #8a8a19 |
| RGB | rgb(138, 138, 25) |
| HSL | hsl(60, 69%, 32%) |
| CMYK | cmyk(0%, 0%, 82%, 46%) |
| LAB | lab(55.7 -13.1 54.8) |
| LCH | lch(55.7 56.4 103.4) |
| OKLCH | oklch(0.614 0.126 109.6) |
Copy-ready code
/* CSS */
color: #8a8a19;
background-color: #8a8a19;
/* Tailwind (arbitrary) */
class="text-[#8a8a19] bg-[#8a8a19]"
/* SCSS */
$brand: #8a8a19;
/* SwiftUI */
Color(red: 0.541, green: 0.541, blue: 0.098)
/* Android */
Color.parseColor("#8a8a19")Accessibility — WCAG contrast
Aa
#8a8a19 on white: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8a8a19 on black: 5.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green54.1%
Blue9.8%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow81.9%
Key (black)45.9%
Color previews
#8a8a19 text on a black background
contrast 5.73:1
Card sample
#8a8a19 text on a white background
contrast 3.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8a8a19;
Background color
Panel with #8a8a19 background
background-color: #8a8a19;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8a8a19;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 138, 25, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 138, 25, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8a8a19; background: linear-gradient(135deg, #8a8a19, #3F8A19);