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