#80902d
a dark, vivid yellow · cool · closest name: olivedrab
RGB
128, 144, 45
HSL
70°, 52%, 37%
CMYK
11, 0, 69, 44
Luminance
0.2473
Every format
| HEX | #80902d |
| RGB | rgb(128, 144, 45) |
| HSL | hsl(70, 52%, 37%) |
| CMYK | cmyk(11%, 0%, 69%, 44%) |
| LAB | lab(56.8 -19.7 48.4) |
| LCH | lch(56.8 52.3 112.1) |
| OKLCH | oklch(0.621 0.124 118.1) |
Copy-ready code
/* CSS */
color: #80902d;
background-color: #80902d;
/* Tailwind (arbitrary) */
class="text-[#80902d] bg-[#80902d]"
/* SCSS */
$brand: #80902d;
/* SwiftUI */
Color(red: 0.502, green: 0.565, blue: 0.176)
/* Android */
Color.parseColor("#80902d")Accessibility — WCAG contrast
Aa
#80902d on white: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#80902d on black: 5.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green56.5%
Blue17.6%
CMYK percentages
Cyan11.1%
Magenta0.0%
Yellow68.7%
Key (black)43.5%
Color previews
#80902d text on a black background
contrast 5.95:1
Card sample
#80902d text on a white background
contrast 3.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80902d;
Background color
Panel with #80902d background
background-color: #80902d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80902d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 144, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 144, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80902d; background: linear-gradient(135deg, #80902d, #3E902D);