#2f381f
a deep, soft green · cool · closest name: darkslategray
RGB
47, 56, 31
HSL
82°, 29%, 17%
CMYK
16, 0, 45, 78
Luminance
0.0353
Every format
| HEX | #2f381f |
| RGB | rgb(47, 56, 31) |
| HSL | hsl(82, 29%, 17%) |
| CMYK | cmyk(16%, 0%, 45%, 78%) |
| LAB | lab(22.1 -9.0 14.4) |
| LCH | lch(22.1 17.0 122.0) |
| OKLCH | oklch(0.325 0.043 124.9) |
Copy-ready code
/* CSS */
color: #2f381f;
background-color: #2f381f;
/* Tailwind (arbitrary) */
class="text-[#2f381f] bg-[#2f381f]"
/* SCSS */
$brand: #2f381f;
/* SwiftUI */
Color(red: 0.184, green: 0.220, blue: 0.122)
/* Android */
Color.parseColor("#2f381f")Accessibility — WCAG contrast
Aa
#2f381f on white: 12.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f381f on black: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green22.0%
Blue12.2%
CMYK percentages
Cyan16.1%
Magenta0.0%
Yellow44.6%
Key (black)78.0%
Color previews
#2f381f text on a black background
contrast 1.71:1
Card sample
#2f381f text on a white background
contrast 12.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f381f;
Background color
Panel with #2f381f background
background-color: #2f381f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f381f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 56, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 56, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f381f; background: linear-gradient(135deg, #2f381f, #1F3820);