#809021
a dark, vivid yellow · cool · closest name: olivedrab
RGB
128, 144, 33
HSL
69°, 63%, 35%
CMYK
11, 0, 77, 44
Luminance
0.2465
Every format
| HEX | #809021 |
| RGB | rgb(128, 144, 33) |
| HSL | hsl(69, 63%, 35%) |
| CMYK | cmyk(11%, 0%, 77%, 44%) |
| LAB | lab(56.7 -20.4 52.9) |
| LCH | lch(56.7 56.7 111.1) |
| OKLCH | oklch(0.620 0.132 117.7) |
Copy-ready code
/* CSS */
color: #809021;
background-color: #809021;
/* Tailwind (arbitrary) */
class="text-[#809021] bg-[#809021]"
/* SCSS */
$brand: #809021;
/* SwiftUI */
Color(red: 0.502, green: 0.565, blue: 0.129)
/* Android */
Color.parseColor("#809021")Accessibility — WCAG contrast
Aa
#809021 on white: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#809021 on black: 5.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green56.5%
Blue12.9%
CMYK percentages
Cyan11.1%
Magenta0.0%
Yellow77.1%
Key (black)43.5%
Color previews
#809021 text on a black background
contrast 5.93:1
Card sample
#809021 text on a white background
contrast 3.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #809021;
Background color
Panel with #809021 background
background-color: #809021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #809021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 144, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 144, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #809021; background: linear-gradient(135deg, #809021, #369021);