#449977
a dark, soft green · cool · closest name: seagreen
RGB
68, 153, 119
HSL
156°, 39%, 43%
CMYK
56, 0, 22, 40
Luminance
0.2534
Every format
| HEX | #449977 |
| RGB | rgb(68, 153, 119) |
| HSL | hsl(156, 39%, 43%) |
| CMYK | cmyk(56%, 0%, 22%, 40%) |
| LAB | lab(57.4 -34.1 10.2) |
| LCH | lch(57.4 35.6 163.3) |
| OKLCH | oklch(0.621 0.098 164.6) |
Copy-ready code
/* CSS */
color: #449977;
background-color: #449977;
/* Tailwind (arbitrary) */
class="text-[#449977] bg-[#449977]"
/* SCSS */
$brand: #449977;
/* SwiftUI */
Color(red: 0.267, green: 0.600, blue: 0.467)
/* Android */
Color.parseColor("#449977")Accessibility — WCAG contrast
Aa
#449977 on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#449977 on black: 6.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green60.0%
Blue46.7%
CMYK percentages
Cyan55.6%
Magenta0.0%
Yellow22.2%
Key (black)40.0%
Color previews
#449977 text on a black background
contrast 6.07:1
Card sample
#449977 text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #449977;
Background color
Panel with #449977 background
background-color: #449977;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #449977;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 153, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 153, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #449977; background: linear-gradient(135deg, #449977, #448299);