#31503c
a dark, soft green · cool · closest name: darkslategray
RGB
49, 80, 60
HSL
141°, 24%, 25%
CMYK
39, 0, 25, 69
Luminance
0.0672
Every format
| HEX | #31503c |
| RGB | rgb(49, 80, 60) |
| HSL | hsl(141, 24%, 25%) |
| CMYK | cmyk(39%, 0%, 25%, 69%) |
| LAB | lab(31.1 -16.5 8.2) |
| LCH | lch(31.1 18.4 153.5) |
| OKLCH | oklch(0.401 0.050 155.2) |
Copy-ready code
/* CSS */
color: #31503c;
background-color: #31503c;
/* Tailwind (arbitrary) */
class="text-[#31503c] bg-[#31503c]"
/* SCSS */
$brand: #31503c;
/* SwiftUI */
Color(red: 0.192, green: 0.314, blue: 0.235)
/* Android */
Color.parseColor("#31503c")Accessibility — WCAG contrast
Aa
#31503c on white: 8.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#31503c on black: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green31.4%
Blue23.5%
CMYK percentages
Cyan38.8%
Magenta0.0%
Yellow25.0%
Key (black)68.6%
Color previews
#31503c text on a black background
contrast 2.34:1
Card sample
#31503c text on a white background
contrast 8.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #31503c;
Background color
Panel with #31503c background
background-color: #31503c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #31503c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 80, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 80, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #31503c; background: linear-gradient(135deg, #31503c, #314F50);