#448521
a dark, vivid green · cool · closest name: forestgreen
RGB
68, 133, 33
HSL
99°, 60%, 33%
CMYK
49, 0, 75, 48
Luminance
0.1811
Every format
| HEX | #448521 |
| RGB | rgb(68, 133, 33) |
| HSL | hsl(99, 60%, 33%) |
| CMYK | cmyk(49%, 0%, 75%, 48%) |
| LAB | lab(49.6 -38.9 44.8) |
| LCH | lch(49.6 59.3 131.0) |
| OKLCH | oklch(0.553 0.148 136.9) |
Copy-ready code
/* CSS */
color: #448521;
background-color: #448521;
/* Tailwind (arbitrary) */
class="text-[#448521] bg-[#448521]"
/* SCSS */
$brand: #448521;
/* SwiftUI */
Color(red: 0.267, green: 0.522, blue: 0.129)
/* Android */
Color.parseColor("#448521")Accessibility — WCAG contrast
Aa
#448521 on white: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#448521 on black: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green52.2%
Blue12.9%
CMYK percentages
Cyan48.9%
Magenta0.0%
Yellow75.2%
Key (black)47.8%
Color previews
#448521 text on a black background
contrast 4.62:1
Card sample
#448521 text on a white background
contrast 4.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #448521;
Background color
Panel with #448521 background
background-color: #448521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #448521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 133, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 133, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #448521; background: linear-gradient(135deg, #448521, #218541);