#2bcf71
a balanced, vivid green · cool · closest name: forestgreen
RGB
43, 207, 113
HSL
146°, 66%, 49%
CMYK
79, 0, 45, 19
Luminance
0.4633
Every format
| HEX | #2bcf71 |
| RGB | rgb(43, 207, 113) |
| HSL | hsl(146, 66%, 49%) |
| CMYK | cmyk(79%, 0%, 45%, 19%) |
| LAB | lab(73.8 -61.1 35.3) |
| LCH | lch(73.8 70.6 150.0) |
| OKLCH | oklch(0.753 0.186 152.1) |
Copy-ready code
/* CSS */
color: #2bcf71;
background-color: #2bcf71;
/* Tailwind (arbitrary) */
class="text-[#2bcf71] bg-[#2bcf71]"
/* SCSS */
$brand: #2bcf71;
/* SwiftUI */
Color(red: 0.169, green: 0.812, blue: 0.443)
/* Android */
Color.parseColor("#2bcf71")Accessibility — WCAG contrast
Aa
#2bcf71 on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2bcf71 on black: 10.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green81.2%
Blue44.3%
CMYK percentages
Cyan79.2%
Magenta0.0%
Yellow45.4%
Key (black)18.8%
Color previews
#2bcf71 text on a black background
contrast 10.27:1
Card sample
#2bcf71 text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2bcf71;
Background color
Panel with #2bcf71 background
background-color: #2bcf71;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2bcf71;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 207, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 207, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2bcf71; background: linear-gradient(135deg, #2bcf71, #2BC0CF);