#31723c
a dark, soft green · cool · closest name: seagreen
RGB
49, 114, 60
HSL
130°, 40%, 32%
CMYK
57, 0, 47, 55
Luminance
0.1301
Every format
| HEX | #31723c |
| RGB | rgb(49, 114, 60) |
| HSL | hsl(130, 40%, 32%) |
| CMYK | cmyk(57%, 0%, 47%, 55%) |
| LAB | lab(42.8 -33.4 23.8) |
| LCH | lch(42.8 40.9 144.5) |
| OKLCH | oklch(0.495 0.107 147.2) |
Copy-ready code
/* CSS */
color: #31723c;
background-color: #31723c;
/* Tailwind (arbitrary) */
class="text-[#31723c] bg-[#31723c]"
/* SCSS */
$brand: #31723c;
/* SwiftUI */
Color(red: 0.192, green: 0.447, blue: 0.235)
/* Android */
Color.parseColor("#31723c")Accessibility — WCAG contrast
Aa
#31723c on white: 5.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#31723c on black: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green44.7%
Blue23.5%
CMYK percentages
Cyan57.0%
Magenta0.0%
Yellow47.4%
Key (black)55.3%
Color previews
#31723c text on a black background
contrast 3.60:1
Card sample
#31723c text on a white background
contrast 5.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #31723c;
Background color
Panel with #31723c background
background-color: #31723c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #31723c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 114, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 114, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #31723c; background: linear-gradient(135deg, #31723c, #317268);