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