#00381f
a deep, electric green · cool · closest name: darkslategray
RGB
0, 56, 31
HSL
153°, 100%, 11%
CMYK
100, 0, 45, 78
Luminance
0.0293
Every format
| HEX | #00381f |
| RGB | rgb(0, 56, 31) |
| HSL | hsl(153, 100%, 11%) |
| CMYK | cmyk(100%, 0%, 45%, 78%) |
| LAB | lab(19.8 -24.3 10.9) |
| LCH | lch(19.8 26.7 155.8) |
| OKLCH | oklch(0.300 0.071 157.3) |
Copy-ready code
/* CSS */
color: #00381f;
background-color: #00381f;
/* Tailwind (arbitrary) */
class="text-[#00381f] bg-[#00381f]"
/* SCSS */
$brand: #00381f;
/* SwiftUI */
Color(red: 0.000, green: 0.220, blue: 0.122)
/* Android */
Color.parseColor("#00381f")Accessibility — WCAG contrast
Aa
#00381f on white: 13.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#00381f on black: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green22.0%
Blue12.2%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow44.6%
Key (black)78.0%
Color previews
#00381f text on a black background
contrast 1.59:1
Card sample
#00381f text on a white background
contrast 13.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00381f;
Background color
Panel with #00381f background
background-color: #00381f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00381f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 56, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 56, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00381f; background: linear-gradient(135deg, #00381f, #002C38);