#1f462f
a deep, soft green · cool · closest name: darkslategray
RGB
31, 70, 47
HSL
145°, 39%, 20%
CMYK
56, 0, 33, 73
Luminance
0.0488
Every format
| HEX | #1f462f |
| RGB | rgb(31, 70, 47) |
| HSL | hsl(145, 39%, 20%) |
| CMYK | cmyk(56%, 0%, 33%, 73%) |
| LAB | lab(26.4 -20.1 9.7) |
| LCH | lch(26.4 22.3 154.2) |
| OKLCH | oklch(0.358 0.060 155.8) |
Copy-ready code
/* CSS */
color: #1f462f;
background-color: #1f462f;
/* Tailwind (arbitrary) */
class="text-[#1f462f] bg-[#1f462f]"
/* SCSS */
$brand: #1f462f;
/* SwiftUI */
Color(red: 0.122, green: 0.275, blue: 0.184)
/* Android */
Color.parseColor("#1f462f")Accessibility — WCAG contrast
Aa
#1f462f on white: 10.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1f462f on black: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green27.5%
Blue18.4%
CMYK percentages
Cyan55.7%
Magenta0.0%
Yellow32.9%
Key (black)72.5%
Color previews
#1f462f text on a black background
contrast 1.98:1
Card sample
#1f462f text on a white background
contrast 10.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f462f;
Background color
Panel with #1f462f background
background-color: #1f462f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f462f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 70, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 70, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f462f; background: linear-gradient(135deg, #1f462f, #1F4346);