#317241
a dark, soft green · cool · closest name: seagreen
RGB
49, 114, 65
HSL
135°, 40%, 32%
CMYK
57, 0, 43, 55
Luminance
0.1307
Every format
| HEX | #317241 |
| RGB | rgb(49, 114, 65) |
| HSL | hsl(135, 40%, 32%) |
| CMYK | cmyk(57%, 0%, 43%, 55%) |
| LAB | lab(42.9 -32.5 21.0) |
| LCH | lch(42.9 38.7 147.0) |
| OKLCH | oklch(0.496 0.102 149.4) |
Copy-ready code
/* CSS */
color: #317241;
background-color: #317241;
/* Tailwind (arbitrary) */
class="text-[#317241] bg-[#317241]"
/* SCSS */
$brand: #317241;
/* SwiftUI */
Color(red: 0.192, green: 0.447, blue: 0.255)
/* Android */
Color.parseColor("#317241")Accessibility — WCAG contrast
Aa
#317241 on white: 5.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#317241 on black: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green44.7%
Blue25.5%
CMYK percentages
Cyan57.0%
Magenta0.0%
Yellow43.0%
Key (black)55.3%
Color previews
#317241 text on a black background
contrast 3.61:1
Card sample
#317241 text on a white background
contrast 5.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #317241;
Background color
Panel with #317241 background
background-color: #317241;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #317241;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 114, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 114, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #317241; background: linear-gradient(135deg, #317241, #31726D);