#2fc686
a balanced, vivid green · cool · closest name: seagreen
RGB
47, 198, 134
HSL
155°, 62%, 48%
CMYK
76, 0, 32, 22
Luminance
0.4271
Every format
| HEX | #2fc686 |
| RGB | rgb(47, 198, 134) |
| HSL | hsl(155, 62%, 48%) |
| CMYK | cmyk(76%, 0%, 32%, 22%) |
| LAB | lab(71.4 -53.4 21.3) |
| LCH | lch(71.4 57.5 158.2) |
| OKLCH | oklch(0.735 0.155 159.6) |
Copy-ready code
/* CSS */
color: #2fc686;
background-color: #2fc686;
/* Tailwind (arbitrary) */
class="text-[#2fc686] bg-[#2fc686]"
/* SCSS */
$brand: #2fc686;
/* SwiftUI */
Color(red: 0.184, green: 0.776, blue: 0.525)
/* Android */
Color.parseColor("#2fc686")Accessibility — WCAG contrast
Aa
#2fc686 on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fc686 on black: 9.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green77.6%
Blue52.5%
CMYK percentages
Cyan76.3%
Magenta0.0%
Yellow32.3%
Key (black)22.4%
Color previews
#2fc686 text on a black background
contrast 9.54:1
Card sample
#2fc686 text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fc686;
Background color
Panel with #2fc686 background
background-color: #2fc686;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fc686;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 198, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 198, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fc686; background: linear-gradient(135deg, #2fc686, #2FA1C6);