#799021
a dark, vivid green · cool · closest name: olivedrab
RGB
121, 144, 33
HSL
72°, 63%, 35%
CMYK
16, 0, 77, 44
Luminance
0.2412
Every format
| HEX | #799021 |
| RGB | rgb(121, 144, 33) |
| HSL | hsl(72, 63%, 35%) |
| CMYK | cmyk(16%, 0%, 77%, 44%) |
| LAB | lab(56.2 -23.4 52.2) |
| LCH | lch(56.2 57.2 114.1) |
| OKLCH | oklch(0.615 0.135 121.0) |
Copy-ready code
/* CSS */
color: #799021;
background-color: #799021;
/* Tailwind (arbitrary) */
class="text-[#799021] bg-[#799021]"
/* SCSS */
$brand: #799021;
/* SwiftUI */
Color(red: 0.475, green: 0.565, blue: 0.129)
/* Android */
Color.parseColor("#799021")Accessibility — WCAG contrast
Aa
#799021 on white: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#799021 on black: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green56.5%
Blue12.9%
CMYK percentages
Cyan16.0%
Magenta0.0%
Yellow77.1%
Key (black)43.5%
Color previews
#799021 text on a black background
contrast 5.82:1
Card sample
#799021 text on a white background
contrast 3.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #799021;
Background color
Panel with #799021 background
background-color: #799021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #799021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 144, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 144, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #799021; background: linear-gradient(135deg, #799021, #2F9021);