#2fe2ba
a balanced, electric cyan · cool · closest name: aquamarine
RGB
47, 226, 186
HSL
167°, 76%, 54%
CMYK
79, 0, 18, 11
Luminance
0.5854
Every format
| HEX | #2fe2ba |
| RGB | rgb(47, 226, 186) |
| HSL | hsl(167, 76%, 54%) |
| CMYK | cmyk(79%, 0%, 18%, 11%) |
| LAB | lab(81.0 -52.4 7.3) |
| LCH | lch(81.0 52.9 172.1) |
| OKLCH | oklch(0.818 0.149 172.9) |
Copy-ready code
/* CSS */
color: #2fe2ba;
background-color: #2fe2ba;
/* Tailwind (arbitrary) */
class="text-[#2fe2ba] bg-[#2fe2ba]"
/* SCSS */
$brand: #2fe2ba;
/* SwiftUI */
Color(red: 0.184, green: 0.886, blue: 0.729)
/* Android */
Color.parseColor("#2fe2ba")Accessibility — WCAG contrast
Aa
#2fe2ba on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fe2ba on black: 12.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green88.6%
Blue72.9%
CMYK percentages
Cyan79.2%
Magenta0.0%
Yellow17.7%
Key (black)11.4%
Color previews
#2fe2ba text on a black background
contrast 12.71:1
Card sample
#2fe2ba text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fe2ba;
Background color
Panel with #2fe2ba background
background-color: #2fe2ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fe2ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 226, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 226, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fe2ba; background: linear-gradient(135deg, #2fe2ba, #2F93E2);