#003b09
a deep, electric green · cool · closest name: seagreen
RGB
0, 59, 9
HSL
129°, 100%, 12%
CMYK
100, 0, 85, 77
Luminance
0.0315
Every format
| HEX | #003b09 |
| RGB | rgb(0, 59, 9) |
| HSL | hsl(129, 100%, 12%) |
| CMYK | cmyk(100%, 0%, 85%, 77%) |
| LAB | lab(20.6 -29.4 24.4) |
| LCH | lch(20.6 38.2 140.3) |
| OKLCH | oklch(0.306 0.097 144.8) |
Copy-ready code
/* CSS */
color: #003b09;
background-color: #003b09;
/* Tailwind (arbitrary) */
class="text-[#003b09] bg-[#003b09]"
/* SCSS */
$brand: #003b09;
/* SwiftUI */
Color(red: 0.000, green: 0.231, blue: 0.035)
/* Android */
Color.parseColor("#003b09")Accessibility — WCAG contrast
Aa
#003b09 on white: 12.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#003b09 on black: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green23.1%
Blue3.5%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow84.7%
Key (black)76.9%
Color previews
#003b09 text on a black background
contrast 1.63:1
Card sample
#003b09 text on a white background
contrast 12.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #003b09;
Background color
Panel with #003b09 background
background-color: #003b09;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #003b09;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 59, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 59, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #003b09; background: linear-gradient(135deg, #003b09, #003B31);