#2def7c
a balanced, electric green · cool · closest name: forestgreen
RGB
45, 239, 124
HSL
144°, 86%, 56%
CMYK
81, 0, 48, 6
Luminance
0.6375
Every format
| HEX | #2def7c |
| RGB | rgb(45, 239, 124) |
| HSL | hsl(144, 86%, 56%) |
| CMYK | cmyk(81%, 0%, 48%, 6%) |
| LAB | lab(83.8 -69.9 42.7) |
| LCH | lch(83.8 82.0 148.6) |
| OKLCH | oklch(0.837 0.215 151.0) |
Copy-ready code
/* CSS */
color: #2def7c;
background-color: #2def7c;
/* Tailwind (arbitrary) */
class="text-[#2def7c] bg-[#2def7c]"
/* SCSS */
$brand: #2def7c;
/* SwiftUI */
Color(red: 0.176, green: 0.937, blue: 0.486)
/* Android */
Color.parseColor("#2def7c")Accessibility — WCAG contrast
Aa
#2def7c on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2def7c on black: 13.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green93.7%
Blue48.6%
CMYK percentages
Cyan81.2%
Magenta0.0%
Yellow48.1%
Key (black)6.3%
Color previews
#2def7c text on a black background
contrast 13.75:1
Card sample
#2def7c text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2def7c;
Background color
Panel with #2def7c background
background-color: #2def7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2def7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 239, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 239, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2def7c; background: linear-gradient(135deg, #2def7c, #2DE1EF);