#2d380f
a deep, vivid green · cool · closest name: darkslategray
RGB
45, 56, 15
HSL
76°, 58%, 14%
CMYK
20, 0, 73, 78
Luminance
0.0342
Every format
| HEX | #2d380f |
| RGB | rgb(45, 56, 15) |
| HSL | hsl(76, 58%, 14%) |
| CMYK | cmyk(20%, 0%, 73%, 78%) |
| LAB | lab(21.7 -12.0 23.4) |
| LCH | lch(21.7 26.3 117.2) |
| OKLCH | oklch(0.321 0.064 122.8) |
Copy-ready code
/* CSS */
color: #2d380f;
background-color: #2d380f;
/* Tailwind (arbitrary) */
class="text-[#2d380f] bg-[#2d380f]"
/* SCSS */
$brand: #2d380f;
/* SwiftUI */
Color(red: 0.176, green: 0.220, blue: 0.059)
/* Android */
Color.parseColor("#2d380f")Accessibility — WCAG contrast
Aa
#2d380f on white: 12.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2d380f on black: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green22.0%
Blue5.9%
CMYK percentages
Cyan19.6%
Magenta0.0%
Yellow73.2%
Key (black)78.0%
Color previews
#2d380f text on a black background
contrast 1.68:1
Card sample
#2d380f text on a white background
contrast 12.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2d380f;
Background color
Panel with #2d380f background
background-color: #2d380f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2d380f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 56, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 56, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2d380f; background: linear-gradient(135deg, #2d380f, #12380F);