#036734
a deep, electric green · cool · closest name: seagreen
RGB
3, 103, 52
HSL
149°, 94%, 21%
CMYK
97, 0, 50, 60
Luminance
0.0997
Every format
| HEX | #036734 |
| RGB | rgb(3, 103, 52) |
| HSL | hsl(149, 94%, 21%) |
| CMYK | cmyk(97%, 0%, 50%, 60%) |
| LAB | lab(37.8 -38.4 21.7) |
| LCH | lch(37.8 44.0 150.5) |
| OKLCH | oklch(0.451 0.116 152.7) |
Copy-ready code
/* CSS */
color: #036734;
background-color: #036734;
/* Tailwind (arbitrary) */
class="text-[#036734] bg-[#036734]"
/* SCSS */
$brand: #036734;
/* SwiftUI */
Color(red: 0.012, green: 0.404, blue: 0.204)
/* Android */
Color.parseColor("#036734")Accessibility — WCAG contrast
Aa
#036734 on white: 7.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#036734 on black: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green40.4%
Blue20.4%
CMYK percentages
Cyan97.1%
Magenta0.0%
Yellow49.5%
Key (black)59.6%
Color previews
#036734 text on a black background
contrast 2.99:1
Card sample
#036734 text on a white background
contrast 7.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #036734;
Background color
Panel with #036734 background
background-color: #036734;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #036734;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 103, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 103, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #036734; background: linear-gradient(135deg, #036734, #035767);