#409276
a dark, soft green · cool · closest name: seagreen
RGB
64, 146, 118
HSL
160°, 39%, 41%
CMYK
56, 0, 19, 43
Luminance
0.2296
Every format
| HEX | #409276 |
| RGB | rgb(64, 146, 118) |
| HSL | hsl(160, 39%, 41%) |
| CMYK | cmyk(56%, 0%, 19%, 43%) |
| LAB | lab(55.0 -32.0 7.4) |
| LCH | lch(55.0 32.9 167.0) |
| OKLCH | oklch(0.601 0.092 168.1) |
Copy-ready code
/* CSS */
color: #409276;
background-color: #409276;
/* Tailwind (arbitrary) */
class="text-[#409276] bg-[#409276]"
/* SCSS */
$brand: #409276;
/* SwiftUI */
Color(red: 0.251, green: 0.573, blue: 0.463)
/* Android */
Color.parseColor("#409276")Accessibility — WCAG contrast
Aa
#409276 on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#409276 on black: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green57.3%
Blue46.3%
CMYK percentages
Cyan56.2%
Magenta0.0%
Yellow19.2%
Key (black)42.7%
Color previews
#409276 text on a black background
contrast 5.59:1
Card sample
#409276 text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #409276;
Background color
Panel with #409276 background
background-color: #409276;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #409276;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 146, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 146, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #409276; background: linear-gradient(135deg, #409276, #407792);