#2ff9ba
a balanced, electric cyan · cool · closest name: aquamarine
RGB
47, 249, 186
HSL
161°, 94%, 58%
CMYK
81, 0, 25, 2
Luminance
0.7190
Every format
| HEX | #2ff9ba |
| RGB | rgb(47, 249, 186) |
| HSL | hsl(161, 94%, 58%) |
| CMYK | cmyk(81%, 0%, 25%, 2%) |
| LAB | lab(87.9 -61.4 17.0) |
| LCH | lch(87.9 63.7 164.5) |
| OKLCH | oklch(0.874 0.174 165.6) |
Copy-ready code
/* CSS */
color: #2ff9ba;
background-color: #2ff9ba;
/* Tailwind (arbitrary) */
class="text-[#2ff9ba] bg-[#2ff9ba]"
/* SCSS */
$brand: #2ff9ba;
/* SwiftUI */
Color(red: 0.184, green: 0.976, blue: 0.729)
/* Android */
Color.parseColor("#2ff9ba")Accessibility — WCAG contrast
Aa
#2ff9ba on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ff9ba on black: 15.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green97.6%
Blue72.9%
CMYK percentages
Cyan81.1%
Magenta0.0%
Yellow25.3%
Key (black)2.4%
Color previews
#2ff9ba text on a black background
contrast 15.38:1
Card sample
#2ff9ba text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ff9ba;
Background color
Panel with #2ff9ba background
background-color: #2ff9ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ff9ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 249, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 249, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ff9ba; background: linear-gradient(135deg, #2ff9ba, #2FB1F9);