#449421
a dark, vivid green · cool · closest name: forestgreen
RGB
68, 148, 33
HSL
102°, 64%, 36%
CMYK
54, 0, 78, 42
Luminance
0.2252
Every format
| HEX | #449421 |
| RGB | rgb(68, 148, 33) |
| HSL | hsl(102, 64%, 36%) |
| CMYK | cmyk(54%, 0%, 78%, 42%) |
| LAB | lab(54.6 -45.0 49.6) |
| LCH | lch(54.6 67.0 132.2) |
| OKLCH | oklch(0.594 0.167 138.2) |
Copy-ready code
/* CSS */
color: #449421;
background-color: #449421;
/* Tailwind (arbitrary) */
class="text-[#449421] bg-[#449421]"
/* SCSS */
$brand: #449421;
/* SwiftUI */
Color(red: 0.267, green: 0.580, blue: 0.129)
/* Android */
Color.parseColor("#449421")Accessibility — WCAG contrast
Aa
#449421 on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#449421 on black: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green58.0%
Blue12.9%
CMYK percentages
Cyan54.1%
Magenta0.0%
Yellow77.7%
Key (black)42.0%
Color previews
#449421 text on a black background
contrast 5.50:1
Card sample
#449421 text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #449421;
Background color
Panel with #449421 background
background-color: #449421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #449421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 148, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 148, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #449421; background: linear-gradient(135deg, #449421, #21944B);