#449c49
a dark, soft green · cool · closest name: forestgreen
RGB
68, 156, 73
HSL
123°, 39%, 44%
CMYK
56, 0, 53, 39
Luminance
0.2549
Every format
| HEX | #449c49 |
| RGB | rgb(68, 156, 73) |
| HSL | hsl(123, 39%, 44%) |
| CMYK | cmyk(56%, 0%, 53%, 39%) |
| LAB | lab(57.5 -44.0 35.4) |
| LCH | lch(57.5 56.4 141.2) |
| OKLCH | oklch(0.619 0.146 144.6) |
Copy-ready code
/* CSS */
color: #449c49;
background-color: #449c49;
/* Tailwind (arbitrary) */
class="text-[#449c49] bg-[#449c49]"
/* SCSS */
$brand: #449c49;
/* SwiftUI */
Color(red: 0.267, green: 0.612, blue: 0.286)
/* Android */
Color.parseColor("#449c49")Accessibility — WCAG contrast
Aa
#449c49 on white: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#449c49 on black: 6.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green61.2%
Blue28.6%
CMYK percentages
Cyan56.4%
Magenta0.0%
Yellow53.2%
Key (black)38.8%
Color previews
#449c49 text on a black background
contrast 6.10:1
Card sample
#449c49 text on a white background
contrast 3.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #449c49;
Background color
Panel with #449c49 background
background-color: #449c49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #449c49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 156, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 156, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #449c49; background: linear-gradient(135deg, #449c49, #449C84);