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