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