#003c06
a deep, electric green · cool · closest name: seagreen
RGB
0, 60, 6
HSL
126°, 100%, 12%
CMYK
100, 0, 90, 77
Luminance
0.0324
Every format
| HEX | #003c06 |
| RGB | rgb(0, 60, 6) |
| HSL | hsl(126, 100%, 12%) |
| CMYK | cmyk(100%, 0%, 90%, 77%) |
| LAB | lab(21.0 -30.1 26.0) |
| LCH | lch(21.0 39.8 139.1) |
| OKLCH | oklch(0.309 0.100 144.0) |
Copy-ready code
/* CSS */
color: #003c06;
background-color: #003c06;
/* Tailwind (arbitrary) */
class="text-[#003c06] bg-[#003c06]"
/* SCSS */
$brand: #003c06;
/* SwiftUI */
Color(red: 0.000, green: 0.235, blue: 0.024)
/* Android */
Color.parseColor("#003c06")Accessibility — WCAG contrast
Aa
#003c06 on white: 12.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#003c06 on black: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green23.5%
Blue2.4%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow90.0%
Key (black)76.5%
Color previews
#003c06 text on a black background
contrast 1.65:1
Card sample
#003c06 text on a white background
contrast 12.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #003c06;
Background color
Panel with #003c06 background
background-color: #003c06;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #003c06;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 60, 6, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 60, 6, 0.45);
Border & gradient
Gradient panel
border: 3px solid #003c06; background: linear-gradient(135deg, #003c06, #003C2E);