#035c13
a deep, electric green · cool · closest name: seagreen
RGB
3, 92, 19
HSL
131°, 94%, 19%
CMYK
97, 0, 79, 64
Luminance
0.0772
Every format
| HEX | #035c13 |
| RGB | rgb(3, 92, 19) |
| HSL | hsl(131, 94%, 19%) |
| CMYK | cmyk(97%, 0%, 79%, 64%) |
| LAB | lab(33.4 -39.3 33.3) |
| LCH | lch(33.4 51.5 139.7) |
| OKLCH | oklch(0.413 0.130 144.5) |
Copy-ready code
/* CSS */
color: #035c13;
background-color: #035c13;
/* Tailwind (arbitrary) */
class="text-[#035c13] bg-[#035c13]"
/* SCSS */
$brand: #035c13;
/* SwiftUI */
Color(red: 0.012, green: 0.361, blue: 0.075)
/* Android */
Color.parseColor("#035c13")Accessibility — WCAG contrast
Aa
#035c13 on white: 8.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#035c13 on black: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green36.1%
Blue7.5%
CMYK percentages
Cyan96.7%
Magenta0.0%
Yellow79.3%
Key (black)63.9%
Color previews
#035c13 text on a black background
contrast 2.54:1
Card sample
#035c13 text on a white background
contrast 8.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #035c13;
Background color
Panel with #035c13 background
background-color: #035c13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #035c13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 92, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 92, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #035c13; background: linear-gradient(135deg, #035c13, #035C4E);