#2fd284
a balanced, vivid green · cool · closest name: aquamarine
RGB
47, 210, 132
HSL
151°, 64%, 50%
CMYK
78, 0, 37, 18
Luminance
0.4836
Every format
| HEX | #2fd284 |
| RGB | rgb(47, 210, 132) |
| HSL | hsl(151, 64%, 50%) |
| CMYK | cmyk(78%, 0%, 37%, 18%) |
| LAB | lab(75.0 -58.3 27.3) |
| LCH | lch(75.0 64.4 154.9) |
| OKLCH | oklch(0.765 0.172 156.5) |
Copy-ready code
/* CSS */
color: #2fd284;
background-color: #2fd284;
/* Tailwind (arbitrary) */
class="text-[#2fd284] bg-[#2fd284]"
/* SCSS */
$brand: #2fd284;
/* SwiftUI */
Color(red: 0.184, green: 0.824, blue: 0.518)
/* Android */
Color.parseColor("#2fd284")Accessibility — WCAG contrast
Aa
#2fd284 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fd284 on black: 10.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green82.4%
Blue51.8%
CMYK percentages
Cyan77.6%
Magenta0.0%
Yellow37.1%
Key (black)17.6%
Color previews
#2fd284 text on a black background
contrast 10.67:1
Card sample
#2fd284 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fd284;
Background color
Panel with #2fd284 background
background-color: #2fd284;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fd284;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 210, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 210, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fd284; background: linear-gradient(135deg, #2fd284, #2FB3D2);