#1f5c47
a deep, vivid green · cool · closest name: darkslategray
RGB
31, 92, 71
HSL
159°, 50%, 24%
CMYK
66, 0, 23, 64
Luminance
0.0840
Every format
| HEX | #1f5c47 |
| RGB | rgb(31, 92, 71) |
| HSL | hsl(159, 50%, 24%) |
| CMYK | cmyk(66%, 0%, 23%, 64%) |
| LAB | lab(34.8 -25.2 6.4) |
| LCH | lch(34.8 26.0 165.8) |
| OKLCH | oklch(0.429 0.072 166.9) |
Copy-ready code
/* CSS */
color: #1f5c47;
background-color: #1f5c47;
/* Tailwind (arbitrary) */
class="text-[#1f5c47] bg-[#1f5c47]"
/* SCSS */
$brand: #1f5c47;
/* SwiftUI */
Color(red: 0.122, green: 0.361, blue: 0.278)
/* Android */
Color.parseColor("#1f5c47")Accessibility — WCAG contrast
Aa
#1f5c47 on white: 7.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1f5c47 on black: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green36.1%
Blue27.8%
CMYK percentages
Cyan66.3%
Magenta0.0%
Yellow22.8%
Key (black)63.9%
Color previews
#1f5c47 text on a black background
contrast 2.68:1
Card sample
#1f5c47 text on a white background
contrast 7.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f5c47;
Background color
Panel with #1f5c47 background
background-color: #1f5c47;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f5c47;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 92, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 92, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f5c47; background: linear-gradient(135deg, #1f5c47, #1F485C);