#759e21
a dark, vivid green · cool · closest name: olivedrab
RGB
117, 158, 33
HSL
80°, 65%, 38%
CMYK
26, 0, 79, 38
Luminance
0.2835
Every format
| HEX | #759e21 |
| RGB | rgb(117, 158, 33) |
| HSL | hsl(80, 65%, 38%) |
| CMYK | cmyk(26%, 0%, 79%, 38%) |
| LAB | lab(60.2 -31.9 55.9) |
| LCH | lch(60.2 64.3 119.7) |
| OKLCH | oklch(0.646 0.154 126.8) |
Copy-ready code
/* CSS */
color: #759e21;
background-color: #759e21;
/* Tailwind (arbitrary) */
class="text-[#759e21] bg-[#759e21]"
/* SCSS */
$brand: #759e21;
/* SwiftUI */
Color(red: 0.459, green: 0.620, blue: 0.129)
/* Android */
Color.parseColor("#759e21")Accessibility — WCAG contrast
Aa
#759e21 on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#759e21 on black: 6.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green62.0%
Blue12.9%
CMYK percentages
Cyan25.9%
Magenta0.0%
Yellow79.1%
Key (black)38.0%
Color previews
#759e21 text on a black background
contrast 6.67:1
Card sample
#759e21 text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #759e21;
Background color
Panel with #759e21 background
background-color: #759e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #759e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 158, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 158, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #759e21; background: linear-gradient(135deg, #759e21, #229E21);