#759421
a dark, vivid green · cool · closest name: olivedrab
RGB
117, 148, 33
HSL
76°, 64%, 36%
CMYK
21, 0, 78, 42
Luminance
0.2507
Every format
| HEX | #759421 |
| RGB | rgb(117, 148, 33) |
| HSL | hsl(76, 64%, 36%) |
| CMYK | cmyk(21%, 0%, 78%, 42%) |
| LAB | lab(57.1 -27.1 53.0) |
| LCH | lch(57.1 59.5 117.1) |
| OKLCH | oklch(0.621 0.141 124.0) |
Copy-ready code
/* CSS */
color: #759421;
background-color: #759421;
/* Tailwind (arbitrary) */
class="text-[#759421] bg-[#759421]"
/* SCSS */
$brand: #759421;
/* SwiftUI */
Color(red: 0.459, green: 0.580, blue: 0.129)
/* Android */
Color.parseColor("#759421")Accessibility — WCAG contrast
Aa
#759421 on white: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#759421 on black: 6.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green58.0%
Blue12.9%
CMYK percentages
Cyan20.9%
Magenta0.0%
Yellow77.7%
Key (black)42.0%
Color previews
#759421 text on a black background
contrast 6.01:1
Card sample
#759421 text on a white background
contrast 3.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #759421;
Background color
Panel with #759421 background
background-color: #759421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #759421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 148, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 148, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #759421; background: linear-gradient(135deg, #759421, #289421);