#458913
a dark, electric green · cool · closest name: forestgreen
RGB
69, 137, 19
HSL
95°, 76%, 31%
CMYK
50, 0, 86, 46
Luminance
0.1920
Every format
| HEX | #458913 |
| RGB | rgb(69, 137, 19) |
| HSL | hsl(95, 76%, 31%) |
| CMYK | cmyk(50%, 0%, 86%, 46%) |
| LAB | lab(50.9 -41.0 50.5) |
| LCH | lch(50.9 65.1 129.1) |
| OKLCH | oklch(0.563 0.159 136.0) |
Copy-ready code
/* CSS */
color: #458913;
background-color: #458913;
/* Tailwind (arbitrary) */
class="text-[#458913] bg-[#458913]"
/* SCSS */
$brand: #458913;
/* SwiftUI */
Color(red: 0.271, green: 0.537, blue: 0.075)
/* Android */
Color.parseColor("#458913")Accessibility — WCAG contrast
Aa
#458913 on white: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#458913 on black: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green53.7%
Blue7.5%
CMYK percentages
Cyan49.6%
Magenta0.0%
Yellow86.1%
Key (black)46.3%
Color previews
#458913 text on a black background
contrast 4.84:1
Card sample
#458913 text on a white background
contrast 4.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #458913;
Background color
Panel with #458913 background
background-color: #458913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #458913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 137, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 137, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #458913; background: linear-gradient(135deg, #458913, #138930);