#1f4e2f
a deep, soft green · cool · closest name: darkslategray
RGB
31, 78, 47
HSL
140°, 43%, 21%
CMYK
60, 0, 40, 69
Luminance
0.0595
Every format
| HEX | #1f4e2f |
| RGB | rgb(31, 78, 47) |
| HSL | hsl(140, 43%, 21%) |
| CMYK | cmyk(60%, 0%, 40%, 69%) |
| LAB | lab(29.3 -24.1 13.7) |
| LCH | lch(29.3 27.7 150.5) |
| OKLCH | oklch(0.382 0.074 152.4) |
Copy-ready code
/* CSS */
color: #1f4e2f;
background-color: #1f4e2f;
/* Tailwind (arbitrary) */
class="text-[#1f4e2f] bg-[#1f4e2f]"
/* SCSS */
$brand: #1f4e2f;
/* SwiftUI */
Color(red: 0.122, green: 0.306, blue: 0.184)
/* Android */
Color.parseColor("#1f4e2f")Accessibility — WCAG contrast
Aa
#1f4e2f on white: 9.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1f4e2f on black: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green30.6%
Blue18.4%
CMYK percentages
Cyan60.3%
Magenta0.0%
Yellow39.7%
Key (black)69.4%
Color previews
#1f4e2f text on a black background
contrast 2.19:1
Card sample
#1f4e2f text on a white background
contrast 9.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f4e2f;
Background color
Panel with #1f4e2f background
background-color: #1f4e2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f4e2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 78, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 78, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f4e2f; background: linear-gradient(135deg, #1f4e2f, #1F4E4E);