#05381c
a deep, electric green · cool · closest name: darkslategray
RGB
5, 56, 28
HSL
147°, 84%, 12%
CMYK
91, 0, 50, 78
Luminance
0.0294
Every format
| HEX | #05381c |
| RGB | rgb(5, 56, 28) |
| HSL | hsl(147, 84%, 12%) |
| CMYK | cmyk(91%, 0%, 50%, 78%) |
| LAB | lab(19.8 -24.0 13.0) |
| LCH | lch(19.8 27.3 151.5) |
| OKLCH | oklch(0.301 0.072 153.5) |
Copy-ready code
/* CSS */
color: #05381c;
background-color: #05381c;
/* Tailwind (arbitrary) */
class="text-[#05381c] bg-[#05381c]"
/* SCSS */
$brand: #05381c;
/* SwiftUI */
Color(red: 0.020, green: 0.220, blue: 0.110)
/* Android */
Color.parseColor("#05381c")Accessibility — WCAG contrast
Aa
#05381c on white: 13.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#05381c on black: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green22.0%
Blue11.0%
CMYK percentages
Cyan91.1%
Magenta0.0%
Yellow50.0%
Key (black)78.0%
Color previews
#05381c text on a black background
contrast 1.59:1
Card sample
#05381c text on a white background
contrast 13.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #05381c;
Background color
Panel with #05381c background
background-color: #05381c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #05381c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 56, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 56, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #05381c; background: linear-gradient(135deg, #05381c, #053238);