#315744
a dark, soft green · cool · closest name: darkslategray
RGB
49, 87, 68
HSL
150°, 28%, 27%
CMYK
44, 0, 22, 66
Luminance
0.0789
Every format
| HEX | #315744 |
| RGB | rgb(49, 87, 68) |
| HSL | hsl(150, 28%, 27%) |
| CMYK | cmyk(44%, 0%, 22%, 66%) |
| LAB | lab(33.8 -18.5 6.8) |
| LCH | lch(33.8 19.7 159.7) |
| OKLCH | oklch(0.422 0.054 161.1) |
Copy-ready code
/* CSS */
color: #315744;
background-color: #315744;
/* Tailwind (arbitrary) */
class="text-[#315744] bg-[#315744]"
/* SCSS */
$brand: #315744;
/* SwiftUI */
Color(red: 0.192, green: 0.341, blue: 0.267)
/* Android */
Color.parseColor("#315744")Accessibility — WCAG contrast
Aa
#315744 on white: 8.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#315744 on black: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green34.1%
Blue26.7%
CMYK percentages
Cyan43.7%
Magenta0.0%
Yellow21.8%
Key (black)65.9%
Color previews
#315744 text on a black background
contrast 2.58:1
Card sample
#315744 text on a white background
contrast 8.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #315744;
Background color
Panel with #315744 background
background-color: #315744;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #315744;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 87, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 87, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #315744; background: linear-gradient(135deg, #315744, #315157);