#457721
a dark, vivid green · cool · closest name: olivedrab
RGB
69, 119, 33
HSL
95°, 57%, 30%
CMYK
42, 0, 72, 53
Luminance
0.1457
Every format
| HEX | #457721 |
| RGB | rgb(69, 119, 33) |
| HSL | hsl(95, 57%, 30%) |
| CMYK | cmyk(42%, 0%, 72%, 53%) |
| LAB | lab(45.0 -32.5 40.1) |
| LCH | lch(45.0 51.6 129.0) |
| OKLCH | oklch(0.515 0.129 134.9) |
Copy-ready code
/* CSS */
color: #457721;
background-color: #457721;
/* Tailwind (arbitrary) */
class="text-[#457721] bg-[#457721]"
/* SCSS */
$brand: #457721;
/* SwiftUI */
Color(red: 0.271, green: 0.467, blue: 0.129)
/* Android */
Color.parseColor("#457721")Accessibility — WCAG contrast
Aa
#457721 on white: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#457721 on black: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green46.7%
Blue12.9%
CMYK percentages
Cyan42.0%
Magenta0.0%
Yellow72.3%
Key (black)53.3%
Color previews
#457721 text on a black background
contrast 3.91:1
Card sample
#457721 text on a white background
contrast 5.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #457721;
Background color
Panel with #457721 background
background-color: #457721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #457721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 119, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 119, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #457721; background: linear-gradient(135deg, #457721, #217736);