#03360c
a deep, electric green · cool · closest name: darkslategray
RGB
3, 54, 12
HSL
131°, 90%, 11%
CMYK
94, 0, 78, 79
Luminance
0.0268
Every format
| HEX | #03360c |
| RGB | rgb(3, 54, 12) |
| HSL | hsl(131, 90%, 11%) |
| CMYK | cmyk(94%, 0%, 78%, 79%) |
| LAB | lab(18.7 -26.5 21.0) |
| LCH | lch(18.7 33.8 141.6) |
| OKLCH | oklch(0.291 0.086 145.5) |
Copy-ready code
/* CSS */
color: #03360c;
background-color: #03360c;
/* Tailwind (arbitrary) */
class="text-[#03360c] bg-[#03360c]"
/* SCSS */
$brand: #03360c;
/* SwiftUI */
Color(red: 0.012, green: 0.212, blue: 0.047)
/* Android */
Color.parseColor("#03360c")Accessibility — WCAG contrast
Aa
#03360c on white: 13.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#03360c on black: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green21.2%
Blue4.7%
CMYK percentages
Cyan94.4%
Magenta0.0%
Yellow77.8%
Key (black)78.8%
Color previews
#03360c text on a black background
contrast 1.54:1
Card sample
#03360c text on a white background
contrast 13.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #03360c;
Background color
Panel with #03360c background
background-color: #03360c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #03360c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 54, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 54, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #03360c; background: linear-gradient(135deg, #03360c, #03362E);