#458917
a dark, vivid green · cool · closest name: forestgreen
RGB
69, 137, 23
HSL
96°, 71%, 31%
CMYK
50, 0, 83, 46
Luminance
0.1922
Every format
| HEX | #458917 |
| RGB | rgb(69, 137, 23) |
| HSL | hsl(96, 71%, 31%) |
| CMYK | cmyk(50%, 0%, 83%, 46%) |
| LAB | lab(50.9 -40.9 49.4) |
| LCH | lch(50.9 64.1 129.6) |
| OKLCH | oklch(0.564 0.158 136.2) |
Copy-ready code
/* CSS */
color: #458917;
background-color: #458917;
/* Tailwind (arbitrary) */
class="text-[#458917] bg-[#458917]"
/* SCSS */
$brand: #458917;
/* SwiftUI */
Color(red: 0.271, green: 0.537, blue: 0.090)
/* Android */
Color.parseColor("#458917")Accessibility — WCAG contrast
Aa
#458917 on white: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#458917 on black: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green53.7%
Blue9.0%
CMYK percentages
Cyan49.6%
Magenta0.0%
Yellow83.2%
Key (black)46.3%
Color previews
#458917 text on a black background
contrast 4.84:1
Card sample
#458917 text on a white background
contrast 4.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #458917;
Background color
Panel with #458917 background
background-color: #458917;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #458917;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 137, 23, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 137, 23, 0.45);
Border & gradient
Gradient panel
border: 3px solid #458917; background: linear-gradient(135deg, #458917, #178935);