#458607
a dark, electric green · cool · closest name: forestgreen
RGB
69, 134, 7
HSL
91°, 90%, 28%
CMYK
49, 0, 95, 48
Luminance
0.1833
Every format
| HEX | #458607 |
| RGB | rgb(69, 134, 7) |
| HSL | hsl(91, 90%, 28%) |
| CMYK | cmyk(49%, 0%, 95%, 48%) |
| LAB | lab(49.9 -40.2 52.2) |
| LCH | lch(49.9 65.9 127.6) |
| OKLCH | oklch(0.555 0.160 135.1) |
Copy-ready code
/* CSS */
color: #458607;
background-color: #458607;
/* Tailwind (arbitrary) */
class="text-[#458607] bg-[#458607]"
/* SCSS */
$brand: #458607;
/* SwiftUI */
Color(red: 0.271, green: 0.525, blue: 0.027)
/* Android */
Color.parseColor("#458607")Accessibility — WCAG contrast
Aa
#458607 on white: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#458607 on black: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green52.5%
Blue2.7%
CMYK percentages
Cyan48.5%
Magenta0.0%
Yellow94.8%
Key (black)47.5%
Color previews
#458607 text on a black background
contrast 4.67:1
Card sample
#458607 text on a white background
contrast 4.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #458607;
Background color
Panel with #458607 background
background-color: #458607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #458607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 134, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 134, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #458607; background: linear-gradient(135deg, #458607, #07861E);