#2cd548
a balanced, vivid green · cool · closest name: forestgreen
RGB
44, 213, 72
HSL
130°, 67%, 50%
CMYK
79, 0, 66, 17
Luminance
0.4859
Every format
| HEX | #2cd548 |
| RGB | rgb(44, 213, 72) |
| HSL | hsl(130, 67%, 50%) |
| CMYK | cmyk(79%, 0%, 66%, 17%) |
| LAB | lab(75.2 -68.5 56.0) |
| LCH | lch(75.2 88.5 140.8) |
| OKLCH | oklch(0.764 0.226 145.0) |
Copy-ready code
/* CSS */
color: #2cd548;
background-color: #2cd548;
/* Tailwind (arbitrary) */
class="text-[#2cd548] bg-[#2cd548]"
/* SCSS */
$brand: #2cd548;
/* SwiftUI */
Color(red: 0.173, green: 0.835, blue: 0.282)
/* Android */
Color.parseColor("#2cd548")Accessibility — WCAG contrast
Aa
#2cd548 on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cd548 on black: 10.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green83.5%
Blue28.2%
CMYK percentages
Cyan79.3%
Magenta0.0%
Yellow66.2%
Key (black)16.5%
Color previews
#2cd548 text on a black background
contrast 10.72:1
Card sample
#2cd548 text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cd548;
Background color
Panel with #2cd548 background
background-color: #2cd548;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cd548;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 213, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 213, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cd548; background: linear-gradient(135deg, #2cd548, #2CD5B9);