#033508
a deep, electric green · cool · closest name: darkslategray
RGB
3, 53, 8
HSL
126°, 89%, 11%
CMYK
94, 0, 85, 79
Luminance
0.0258
Every format
| HEX | #033508 |
| RGB | rgb(3, 53, 8) |
| HSL | hsl(126, 89%, 11%) |
| CMYK | cmyk(94%, 0%, 85%, 79%) |
| LAB | lab(18.3 -26.6 22.1) |
| LCH | lch(18.3 34.6 140.2) |
| OKLCH | oklch(0.287 0.088 144.3) |
Copy-ready code
/* CSS */
color: #033508;
background-color: #033508;
/* Tailwind (arbitrary) */
class="text-[#033508] bg-[#033508]"
/* SCSS */
$brand: #033508;
/* SwiftUI */
Color(red: 0.012, green: 0.208, blue: 0.031)
/* Android */
Color.parseColor("#033508")Accessibility — WCAG contrast
Aa
#033508 on white: 13.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#033508 on black: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green20.8%
Blue3.1%
CMYK percentages
Cyan94.3%
Magenta0.0%
Yellow84.9%
Key (black)79.2%
Color previews
#033508 text on a black background
contrast 1.52:1
Card sample
#033508 text on a white background
contrast 13.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #033508;
Background color
Panel with #033508 background
background-color: #033508;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #033508;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 53, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 53, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #033508; background: linear-gradient(135deg, #033508, #033529);