#417231
a dark, soft green · cool · closest name: seagreen
RGB
65, 114, 49
HSL
105°, 40%, 32%
CMYK
43, 0, 57, 55
Luminance
0.1338
Every format
| HEX | #417231 |
| RGB | rgb(65, 114, 49) |
| HSL | hsl(105, 40%, 32%) |
| CMYK | cmyk(43%, 0%, 57%, 55%) |
| LAB | lab(43.3 -29.9 30.6) |
| LCH | lch(43.3 42.8 134.4) |
| OKLCH | oklch(0.501 0.110 138.6) |
Copy-ready code
/* CSS */
color: #417231;
background-color: #417231;
/* Tailwind (arbitrary) */
class="text-[#417231] bg-[#417231]"
/* SCSS */
$brand: #417231;
/* SwiftUI */
Color(red: 0.255, green: 0.447, blue: 0.192)
/* Android */
Color.parseColor("#417231")Accessibility — WCAG contrast
Aa
#417231 on white: 5.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#417231 on black: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green44.7%
Blue19.2%
CMYK percentages
Cyan43.0%
Magenta0.0%
Yellow57.0%
Key (black)55.3%
Color previews
#417231 text on a black background
contrast 3.68:1
Card sample
#417231 text on a white background
contrast 5.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #417231;
Background color
Panel with #417231 background
background-color: #417231;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #417231;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 114, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 114, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #417231; background: linear-gradient(135deg, #417231, #31724C);