#038136
a dark, electric green · cool · closest name: forestgreen
RGB
3, 129, 54
HSL
144°, 96%, 26%
CMYK
98, 0, 58, 49
Luminance
0.1599
Every format
| HEX | #038136 |
| RGB | rgb(3, 129, 54) |
| HSL | hsl(144, 96%, 26%) |
| CMYK | cmyk(98%, 0%, 58%, 49%) |
| LAB | lab(47.0 -47.3 31.9) |
| LCH | lch(47.0 57.1 146.0) |
| OKLCH | oklch(0.527 0.148 149.0) |
Copy-ready code
/* CSS */
color: #038136;
background-color: #038136;
/* Tailwind (arbitrary) */
class="text-[#038136] bg-[#038136]"
/* SCSS */
$brand: #038136;
/* SwiftUI */
Color(red: 0.012, green: 0.506, blue: 0.212)
/* Android */
Color.parseColor("#038136")Accessibility — WCAG contrast
Aa
#038136 on white: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#038136 on black: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green50.6%
Blue21.2%
CMYK percentages
Cyan97.7%
Magenta0.0%
Yellow58.1%
Key (black)49.4%
Color previews
#038136 text on a black background
contrast 4.20:1
Card sample
#038136 text on a white background
contrast 5.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #038136;
Background color
Panel with #038136 background
background-color: #038136;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #038136;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 129, 54, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 129, 54, 0.45);
Border & gradient
Gradient panel
border: 3px solid #038136; background: linear-gradient(135deg, #038136, #037881);