#00380c
a deep, electric green · cool · closest name: darkslategray
RGB
0, 56, 12
HSL
133°, 100%, 11%
CMYK
100, 0, 79, 78
Luminance
0.0285
Every format
| HEX | #00380c |
| RGB | rgb(0, 56, 12) |
| HSL | hsl(133, 100%, 11%) |
| CMYK | cmyk(100%, 0%, 79%, 78%) |
| LAB | lab(19.4 -27.9 21.8) |
| LCH | lch(19.4 35.4 142.0) |
| OKLCH | oklch(0.296 0.090 146.0) |
Copy-ready code
/* CSS */
color: #00380c;
background-color: #00380c;
/* Tailwind (arbitrary) */
class="text-[#00380c] bg-[#00380c]"
/* SCSS */
$brand: #00380c;
/* SwiftUI */
Color(red: 0.000, green: 0.220, blue: 0.047)
/* Android */
Color.parseColor("#00380c")Accessibility — WCAG contrast
Aa
#00380c on white: 13.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#00380c on black: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green22.0%
Blue4.7%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow78.6%
Key (black)78.0%
Color previews
#00380c text on a black background
contrast 1.57:1
Card sample
#00380c text on a white background
contrast 13.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00380c;
Background color
Panel with #00380c background
background-color: #00380c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00380c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 56, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 56, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00380c; background: linear-gradient(135deg, #00380c, #003831);