#409154
a dark, soft green · cool · closest name: seagreen
RGB
64, 145, 84
HSL
135°, 39%, 41%
CMYK
56, 0, 42, 43
Luminance
0.2198
Every format
| HEX | #409154 |
| RGB | rgb(64, 145, 84) |
| HSL | hsl(135, 39%, 41%) |
| CMYK | cmyk(56%, 0%, 42%, 43%) |
| LAB | lab(54.0 -38.7 25.1) |
| LCH | lch(54.0 46.1 147.1) |
| OKLCH | oklch(0.590 0.122 149.4) |
Copy-ready code
/* CSS */
color: #409154;
background-color: #409154;
/* Tailwind (arbitrary) */
class="text-[#409154] bg-[#409154]"
/* SCSS */
$brand: #409154;
/* SwiftUI */
Color(red: 0.251, green: 0.569, blue: 0.329)
/* Android */
Color.parseColor("#409154")Accessibility — WCAG contrast
Aa
#409154 on white: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#409154 on black: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green56.9%
Blue32.9%
CMYK percentages
Cyan55.9%
Magenta0.0%
Yellow42.1%
Key (black)43.1%
Color previews
#409154 text on a black background
contrast 5.40:1
Card sample
#409154 text on a white background
contrast 3.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #409154;
Background color
Panel with #409154 background
background-color: #409154;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #409154;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 145, 84, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 145, 84, 0.45);
Border & gradient
Gradient panel
border: 3px solid #409154; background: linear-gradient(135deg, #409154, #40918A);