#447744
a dark, soft green · cool · closest name: seagreen
RGB
68, 119, 68
HSL
120°, 27%, 37%
CMYK
43, 0, 43, 53
Luminance
0.1484
Every format
| HEX | #447744 |
| RGB | rgb(68, 119, 68) |
| HSL | hsl(120, 27%, 37%) |
| CMYK | cmyk(43%, 0%, 43%, 53%) |
| LAB | lab(45.4 -28.5 22.8) |
| LCH | lch(45.4 36.5 141.3) |
| OKLCH | oklch(0.520 0.096 144.0) |
Copy-ready code
/* CSS */
color: #447744;
background-color: #447744;
/* Tailwind (arbitrary) */
class="text-[#447744] bg-[#447744]"
/* SCSS */
$brand: #447744;
/* SwiftUI */
Color(red: 0.267, green: 0.467, blue: 0.267)
/* Android */
Color.parseColor("#447744")Accessibility — WCAG contrast
Aa
#447744 on white: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#447744 on black: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green46.7%
Blue26.7%
CMYK percentages
Cyan42.9%
Magenta0.0%
Yellow42.9%
Key (black)53.3%
Color previews
#447744 text on a black background
contrast 3.97:1
Card sample
#447744 text on a white background
contrast 5.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #447744;
Background color
Panel with #447744 background
background-color: #447744;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #447744;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 119, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 119, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #447744; background: linear-gradient(135deg, #447744, #447766);