#003b13
a deep, electric green · cool · closest name: darkslategray
RGB
0, 59, 19
HSL
139°, 100%, 12%
CMYK
100, 0, 68, 77
Luminance
0.0317
Every format
| HEX | #003b13 |
| RGB | rgb(0, 59, 19) |
| HSL | hsl(139, 100%, 12%) |
| CMYK | cmyk(100%, 0%, 68%, 77%) |
| LAB | lab(20.7 -28.0 19.6) |
| LCH | lch(20.7 34.2 145.1) |
| OKLCH | oklch(0.307 0.088 148.3) |
Copy-ready code
/* CSS */
color: #003b13;
background-color: #003b13;
/* Tailwind (arbitrary) */
class="text-[#003b13] bg-[#003b13]"
/* SCSS */
$brand: #003b13;
/* SwiftUI */
Color(red: 0.000, green: 0.231, blue: 0.075)
/* Android */
Color.parseColor("#003b13")Accessibility — WCAG contrast
Aa
#003b13 on white: 12.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#003b13 on black: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green23.1%
Blue7.5%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow67.8%
Key (black)76.9%
Color previews
#003b13 text on a black background
contrast 1.63:1
Card sample
#003b13 text on a white background
contrast 12.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #003b13;
Background color
Panel with #003b13 background
background-color: #003b13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #003b13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 59, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 59, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #003b13; background: linear-gradient(135deg, #003b13, #003B3A);