#033607
a deep, electric green · cool · closest name: darkslategray
RGB
3, 54, 7
HSL
125°, 90%, 11%
CMYK
94, 0, 87, 79
Luminance
0.0267
Every format
| HEX | #033607 |
| RGB | rgb(3, 54, 7) |
| HSL | hsl(125, 90%, 11%) |
| CMYK | cmyk(94%, 0%, 87%, 79%) |
| LAB | lab(18.7 -27.1 23.0) |
| LCH | lch(18.7 35.5 139.6) |
| OKLCH | oklch(0.290 0.091 143.9) |
Copy-ready code
/* CSS */
color: #033607;
background-color: #033607;
/* Tailwind (arbitrary) */
class="text-[#033607] bg-[#033607]"
/* SCSS */
$brand: #033607;
/* SwiftUI */
Color(red: 0.012, green: 0.212, blue: 0.027)
/* Android */
Color.parseColor("#033607")Accessibility — WCAG contrast
Aa
#033607 on white: 13.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#033607 on black: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green21.2%
Blue2.7%
CMYK percentages
Cyan94.4%
Magenta0.0%
Yellow87.0%
Key (black)78.8%
Color previews
#033607 text on a black background
contrast 1.53:1
Card sample
#033607 text on a white background
contrast 13.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #033607;
Background color
Panel with #033607 background
background-color: #033607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #033607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 54, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 54, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #033607; background: linear-gradient(135deg, #033607, #033629);