#033a07
a deep, electric green · cool · closest name: seagreen
RGB
3, 58, 7
HSL
124°, 90%, 12%
CMYK
95, 0, 88, 77
Luminance
0.0306
Every format
| HEX | #033a07 |
| RGB | rgb(3, 58, 7) |
| HSL | hsl(124, 90%, 12%) |
| CMYK | cmyk(95%, 0%, 88%, 77%) |
| LAB | lab(20.3 -28.6 24.9) |
| LCH | lch(20.3 37.9 139.0) |
| OKLCH | oklch(0.303 0.096 143.7) |
Copy-ready code
/* CSS */
color: #033a07;
background-color: #033a07;
/* Tailwind (arbitrary) */
class="text-[#033a07] bg-[#033a07]"
/* SCSS */
$brand: #033a07;
/* SwiftUI */
Color(red: 0.012, green: 0.227, blue: 0.027)
/* Android */
Color.parseColor("#033a07")Accessibility — WCAG contrast
Aa
#033a07 on white: 13.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#033a07 on black: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green22.7%
Blue2.7%
CMYK percentages
Cyan94.8%
Magenta0.0%
Yellow87.9%
Key (black)77.3%
Color previews
#033a07 text on a black background
contrast 1.61:1
Card sample
#033a07 text on a white background
contrast 13.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #033a07;
Background color
Panel with #033a07 background
background-color: #033a07;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #033a07;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 58, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 58, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #033a07; background: linear-gradient(135deg, #033a07, #033A2C);