#407331
a dark, soft green · cool · closest name: seagreen
RGB
64, 115, 49
HSL
106°, 40%, 32%
CMYK
44, 0, 57, 55
Luminance
0.1357
Every format
| HEX | #407331 |
| RGB | rgb(64, 115, 49) |
| HSL | hsl(106, 40%, 32%) |
| CMYK | cmyk(44%, 0%, 57%, 55%) |
| LAB | lab(43.6 -30.8 30.9) |
| LCH | lch(43.6 43.6 134.9) |
| OKLCH | oklch(0.503 0.112 139.0) |
Copy-ready code
/* CSS */
color: #407331;
background-color: #407331;
/* Tailwind (arbitrary) */
class="text-[#407331] bg-[#407331]"
/* SCSS */
$brand: #407331;
/* SwiftUI */
Color(red: 0.251, green: 0.451, blue: 0.192)
/* Android */
Color.parseColor("#407331")Accessibility — WCAG contrast
Aa
#407331 on white: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#407331 on black: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green45.1%
Blue19.2%
CMYK percentages
Cyan44.3%
Magenta0.0%
Yellow57.4%
Key (black)54.9%
Color previews
#407331 text on a black background
contrast 3.71:1
Card sample
#407331 text on a white background
contrast 5.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #407331;
Background color
Panel with #407331 background
background-color: #407331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #407331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 115, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 115, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #407331; background: linear-gradient(135deg, #407331, #31734E);