#06380b
a deep, electric green · cool · closest name: darkslategray
RGB
6, 56, 11
HSL
126°, 81%, 12%
CMYK
89, 0, 80, 78
Luminance
0.0289
Every format
| HEX | #06380b |
| RGB | rgb(6, 56, 11) |
| HSL | hsl(126, 81%, 12%) |
| CMYK | cmyk(89%, 0%, 80%, 78%) |
| LAB | lab(19.6 -26.7 22.5) |
| LCH | lch(19.6 34.9 139.9) |
| OKLCH | oklch(0.298 0.089 144.3) |
Copy-ready code
/* CSS */
color: #06380b;
background-color: #06380b;
/* Tailwind (arbitrary) */
class="text-[#06380b] bg-[#06380b]"
/* SCSS */
$brand: #06380b;
/* SwiftUI */
Color(red: 0.024, green: 0.220, blue: 0.043)
/* Android */
Color.parseColor("#06380b")Accessibility — WCAG contrast
Aa
#06380b on white: 13.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#06380b on black: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green22.0%
Blue4.3%
CMYK percentages
Cyan89.3%
Magenta0.0%
Yellow80.4%
Key (black)78.0%
Color previews
#06380b text on a black background
contrast 1.58:1
Card sample
#06380b text on a white background
contrast 13.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #06380b;
Background color
Panel with #06380b background
background-color: #06380b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #06380b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 56, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 56, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #06380b; background: linear-gradient(135deg, #06380b, #06382C);