#2ffabc
a balanced, electric cyan · cool · closest name: aquamarine
RGB
47, 250, 188
HSL
162°, 95%, 58%
CMYK
81, 0, 25, 2
Luminance
0.7261
Every format
| HEX | #2ffabc |
| RGB | rgb(47, 250, 188) |
| HSL | hsl(162, 95%, 58%) |
| CMYK | cmyk(81%, 0%, 25%, 2%) |
| LAB | lab(88.3 -61.3 16.5) |
| LCH | lch(88.3 63.5 165.0) |
| OKLCH | oklch(0.877 0.174 166.0) |
Copy-ready code
/* CSS */
color: #2ffabc;
background-color: #2ffabc;
/* Tailwind (arbitrary) */
class="text-[#2ffabc] bg-[#2ffabc]"
/* SCSS */
$brand: #2ffabc;
/* SwiftUI */
Color(red: 0.184, green: 0.980, blue: 0.737)
/* Android */
Color.parseColor("#2ffabc")Accessibility — WCAG contrast
Aa
#2ffabc on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ffabc on black: 15.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green98.0%
Blue73.7%
CMYK percentages
Cyan81.2%
Magenta0.0%
Yellow24.8%
Key (black)2.0%
Color previews
#2ffabc text on a black background
contrast 15.52:1
Card sample
#2ffabc text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ffabc;
Background color
Panel with #2ffabc background
background-color: #2ffabc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ffabc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 250, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 250, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ffabc; background: linear-gradient(135deg, #2ffabc, #2FB1FA);