#2cd751
a balanced, vivid green · cool · closest name: forestgreen
RGB
44, 215, 81
HSL
133°, 68%, 51%
CMYK
80, 0, 62, 16
Luminance
0.4973
Every format
| HEX | #2cd751 |
| RGB | rgb(44, 215, 81) |
| HSL | hsl(133, 68%, 51%) |
| CMYK | cmyk(80%, 0%, 62%, 16%) |
| LAB | lab(75.9 -68.2 53.0) |
| LCH | lch(75.9 86.3 142.1) |
| OKLCH | oklch(0.770 0.221 146.0) |
Copy-ready code
/* CSS */
color: #2cd751;
background-color: #2cd751;
/* Tailwind (arbitrary) */
class="text-[#2cd751] bg-[#2cd751]"
/* SCSS */
$brand: #2cd751;
/* SwiftUI */
Color(red: 0.173, green: 0.843, blue: 0.318)
/* Android */
Color.parseColor("#2cd751")Accessibility — WCAG contrast
Aa
#2cd751 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cd751 on black: 10.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green84.3%
Blue31.8%
CMYK percentages
Cyan79.5%
Magenta0.0%
Yellow62.3%
Key (black)15.7%
Color previews
#2cd751 text on a black background
contrast 10.95:1
Card sample
#2cd751 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cd751;
Background color
Panel with #2cd751 background
background-color: #2cd751;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cd751;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 215, 81, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 215, 81, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cd751; background: linear-gradient(135deg, #2cd751, #2CD7C3);