#027f2f
a dark, electric green · cool · closest name: forestgreen
RGB
2, 127, 47
HSL
142°, 97%, 25%
CMYK
98, 0, 63, 50
Luminance
0.1540
Every format
| HEX | #027f2f |
| RGB | rgb(2, 127, 47) |
| HSL | hsl(142, 97%, 25%) |
| CMYK | cmyk(98%, 0%, 63%, 50%) |
| LAB | lab(46.2 -47.7 34.5) |
| LCH | lch(46.2 58.9 144.1) |
| OKLCH | oklch(0.520 0.151 147.6) |
Copy-ready code
/* CSS */
color: #027f2f;
background-color: #027f2f;
/* Tailwind (arbitrary) */
class="text-[#027f2f] bg-[#027f2f]"
/* SCSS */
$brand: #027f2f;
/* SwiftUI */
Color(red: 0.008, green: 0.498, blue: 0.184)
/* Android */
Color.parseColor("#027f2f")Accessibility — WCAG contrast
Aa
#027f2f on white: 5.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#027f2f on black: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green49.8%
Blue18.4%
CMYK percentages
Cyan98.4%
Magenta0.0%
Yellow63.0%
Key (black)50.2%
Color previews
#027f2f text on a black background
contrast 4.08:1
Card sample
#027f2f text on a white background
contrast 5.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #027f2f;
Background color
Panel with #027f2f background
background-color: #027f2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #027f2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 127, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 127, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #027f2f; background: linear-gradient(135deg, #027f2f, #027C7F);