#409656
a dark, soft green · cool · closest name: seagreen
RGB
64, 150, 86
HSL
135°, 40%, 42%
CMYK
57, 0, 43, 41
Luminance
0.2357
Every format
| HEX | #409656 |
| RGB | rgb(64, 150, 86) |
| HSL | hsl(135, 40%, 42%) |
| CMYK | cmyk(57%, 0%, 43%, 41%) |
| LAB | lab(55.7 -40.5 26.1) |
| LCH | lch(55.7 48.2 147.2) |
| OKLCH | oklch(0.604 0.127 149.5) |
Copy-ready code
/* CSS */
color: #409656;
background-color: #409656;
/* Tailwind (arbitrary) */
class="text-[#409656] bg-[#409656]"
/* SCSS */
$brand: #409656;
/* SwiftUI */
Color(red: 0.251, green: 0.588, blue: 0.337)
/* Android */
Color.parseColor("#409656")Accessibility — WCAG contrast
Aa
#409656 on white: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#409656 on black: 5.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green58.8%
Blue33.7%
CMYK percentages
Cyan57.3%
Magenta0.0%
Yellow42.7%
Key (black)41.2%
Color previews
#409656 text on a black background
contrast 5.71:1
Card sample
#409656 text on a white background
contrast 3.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #409656;
Background color
Panel with #409656 background
background-color: #409656;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #409656;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 150, 86, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 150, 86, 0.45);
Border & gradient
Gradient panel
border: 3px solid #409656; background: linear-gradient(135deg, #409656, #40968F);