#448833
a dark, vivid green · cool · closest name: forestgreen
RGB
68, 136, 51
HSL
108°, 46%, 37%
CMYK
50, 0, 63, 47
Luminance
0.1908
Every format
| HEX | #448833 |
| RGB | rgb(68, 136, 51) |
| HSL | hsl(108, 46%, 37%) |
| CMYK | cmyk(50%, 0%, 63%, 47%) |
| LAB | lab(50.8 -38.5 38.2) |
| LCH | lch(50.8 54.3 135.2) |
| OKLCH | oklch(0.563 0.138 139.8) |
Copy-ready code
/* CSS */
color: #448833;
background-color: #448833;
/* Tailwind (arbitrary) */
class="text-[#448833] bg-[#448833]"
/* SCSS */
$brand: #448833;
/* SwiftUI */
Color(red: 0.267, green: 0.533, blue: 0.200)
/* Android */
Color.parseColor("#448833")Accessibility — WCAG contrast
Aa
#448833 on white: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#448833 on black: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green53.3%
Blue20.0%
CMYK percentages
Cyan50.0%
Magenta0.0%
Yellow62.5%
Key (black)46.7%
Color previews
#448833 text on a black background
contrast 4.82:1
Card sample
#448833 text on a white background
contrast 4.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #448833;
Background color
Panel with #448833 background
background-color: #448833;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #448833;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 136, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 136, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #448833; background: linear-gradient(135deg, #448833, #33885B);