#449955
a dark, soft green · cool · closest name: seagreen
RGB
68, 153, 85
HSL
132°, 39%, 43%
CMYK
56, 0, 44, 40
Luminance
0.2467
Every format
| HEX | #449955 |
| RGB | rgb(68, 153, 85) |
| HSL | hsl(132, 39%, 43%) |
| CMYK | cmyk(56%, 0%, 44%, 40%) |
| LAB | lab(56.8 -40.9 28.1) |
| LCH | lch(56.8 49.6 145.5) |
| OKLCH | oklch(0.613 0.131 148.0) |
Copy-ready code
/* CSS */
color: #449955;
background-color: #449955;
/* Tailwind (arbitrary) */
class="text-[#449955] bg-[#449955]"
/* SCSS */
$brand: #449955;
/* SwiftUI */
Color(red: 0.267, green: 0.600, blue: 0.333)
/* Android */
Color.parseColor("#449955")Accessibility — WCAG contrast
Aa
#449955 on white: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#449955 on black: 5.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green60.0%
Blue33.3%
CMYK percentages
Cyan55.6%
Magenta0.0%
Yellow44.4%
Key (black)40.0%
Color previews
#449955 text on a black background
contrast 5.93:1
Card sample
#449955 text on a white background
contrast 3.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #449955;
Background color
Panel with #449955 background
background-color: #449955;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #449955;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 153, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 153, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #449955; background: linear-gradient(135deg, #449955, #44998E);