#003613
a deep, electric green · cool · closest name: darkslategray
RGB
0, 54, 19
HSL
141°, 100%, 11%
CMYK
100, 0, 65, 79
Luminance
0.0269
Every format
| HEX | #003613 |
| RGB | rgb(0, 54, 19) |
| HSL | hsl(141, 100%, 11%) |
| CMYK | cmyk(100%, 0%, 65%, 79%) |
| LAB | lab(18.7 -26.1 17.2) |
| LCH | lch(18.7 31.3 146.6) |
| OKLCH | oklch(0.291 0.081 149.5) |
Copy-ready code
/* CSS */
color: #003613;
background-color: #003613;
/* Tailwind (arbitrary) */
class="text-[#003613] bg-[#003613]"
/* SCSS */
$brand: #003613;
/* SwiftUI */
Color(red: 0.000, green: 0.212, blue: 0.075)
/* Android */
Color.parseColor("#003613")Accessibility — WCAG contrast
Aa
#003613 on white: 13.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#003613 on black: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green21.2%
Blue7.5%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow64.8%
Key (black)78.8%
Color previews
#003613 text on a black background
contrast 1.54:1
Card sample
#003613 text on a white background
contrast 13.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #003613;
Background color
Panel with #003613 background
background-color: #003613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #003613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 54, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 54, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #003613; background: linear-gradient(135deg, #003613, #003536);