#1f482a
a deep, soft green · cool · closest name: darkslategray
RGB
31, 72, 42
HSL
136°, 40%, 20%
CMYK
57, 0, 42, 72
Luminance
0.0509
Every format
| HEX | #1f482a |
| RGB | rgb(31, 72, 42) |
| HSL | hsl(136, 40%, 20%) |
| CMYK | cmyk(57%, 0%, 42%, 72%) |
| LAB | lab(27.0 -22.2 13.7) |
| LCH | lch(27.0 26.1 148.3) |
| OKLCH | oklch(0.363 0.069 150.4) |
Copy-ready code
/* CSS */
color: #1f482a;
background-color: #1f482a;
/* Tailwind (arbitrary) */
class="text-[#1f482a] bg-[#1f482a]"
/* SCSS */
$brand: #1f482a;
/* SwiftUI */
Color(red: 0.122, green: 0.282, blue: 0.165)
/* Android */
Color.parseColor("#1f482a")Accessibility — WCAG contrast
Aa
#1f482a on white: 10.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1f482a on black: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green28.2%
Blue16.5%
CMYK percentages
Cyan56.9%
Magenta0.0%
Yellow41.7%
Key (black)71.8%
Color previews
#1f482a text on a black background
contrast 2.02:1
Card sample
#1f482a text on a white background
contrast 10.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f482a;
Background color
Panel with #1f482a background
background-color: #1f482a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f482a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 72, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 72, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f482a; background: linear-gradient(135deg, #1f482a, #1F4845);