#035913
a deep, electric green · cool · closest name: seagreen
RGB
3, 89, 19
HSL
131°, 94%, 18%
CMYK
97, 0, 79, 65
Luminance
0.0721
Every format
| HEX | #035913 |
| RGB | rgb(3, 89, 19) |
| HSL | hsl(131, 94%, 18%) |
| CMYK | cmyk(97%, 0%, 79%, 65%) |
| LAB | lab(32.3 -38.2 32.2) |
| LCH | lch(32.3 50.0 139.9) |
| OKLCH | oklch(0.404 0.126 144.7) |
Copy-ready code
/* CSS */
color: #035913;
background-color: #035913;
/* Tailwind (arbitrary) */
class="text-[#035913] bg-[#035913]"
/* SCSS */
$brand: #035913;
/* SwiftUI */
Color(red: 0.012, green: 0.349, blue: 0.075)
/* Android */
Color.parseColor("#035913")Accessibility — WCAG contrast
Aa
#035913 on white: 8.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#035913 on black: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green34.9%
Blue7.5%
CMYK percentages
Cyan96.6%
Magenta0.0%
Yellow78.7%
Key (black)65.1%
Color previews
#035913 text on a black background
contrast 2.44:1
Card sample
#035913 text on a white background
contrast 8.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #035913;
Background color
Panel with #035913 background
background-color: #035913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #035913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 89, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 89, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #035913; background: linear-gradient(135deg, #035913, #03594C);