#2f481f
a deep, soft green · cool · closest name: darkslategray
RGB
47, 72, 31
HSL
97°, 40%, 20%
CMYK
35, 0, 57, 72
Luminance
0.0534
Every format
| HEX | #2f481f |
| RGB | rgb(47, 72, 31) |
| HSL | hsl(97, 40%, 20%) |
| CMYK | cmyk(35%, 0%, 57%, 72%) |
| LAB | lab(27.7 -18.2 21.4) |
| LCH | lch(27.7 28.1 130.4) |
| OKLCH | oklch(0.370 0.072 134.5) |
Copy-ready code
/* CSS */
color: #2f481f;
background-color: #2f481f;
/* Tailwind (arbitrary) */
class="text-[#2f481f] bg-[#2f481f]"
/* SCSS */
$brand: #2f481f;
/* SwiftUI */
Color(red: 0.184, green: 0.282, blue: 0.122)
/* Android */
Color.parseColor("#2f481f")Accessibility — WCAG contrast
Aa
#2f481f on white: 10.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f481f on black: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green28.2%
Blue12.2%
CMYK percentages
Cyan34.7%
Magenta0.0%
Yellow56.9%
Key (black)71.8%
Color previews
#2f481f text on a black background
contrast 2.07:1
Card sample
#2f481f text on a white background
contrast 10.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f481f;
Background color
Panel with #2f481f background
background-color: #2f481f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f481f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 72, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 72, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f481f; background: linear-gradient(135deg, #2f481f, #1F482A);