#2ffad7
a balanced, electric cyan · cool · closest name: aquamarine
RGB
47, 250, 215
HSL
170°, 95%, 58%
CMYK
81, 0, 14, 2
Luminance
0.7388
Every format
| HEX | #2ffad7 |
| RGB | rgb(47, 250, 215) |
| HSL | hsl(170, 95%, 58%) |
| CMYK | cmyk(81%, 0%, 14%, 2%) |
| LAB | lab(88.9 -54.9 3.4) |
| LCH | lch(88.9 55.0 176.5) |
| OKLCH | oklch(0.884 0.157 177.0) |
Copy-ready code
/* CSS */
color: #2ffad7;
background-color: #2ffad7;
/* Tailwind (arbitrary) */
class="text-[#2ffad7] bg-[#2ffad7]"
/* SCSS */
$brand: #2ffad7;
/* SwiftUI */
Color(red: 0.184, green: 0.980, blue: 0.843)
/* Android */
Color.parseColor("#2ffad7")Accessibility — WCAG contrast
Aa
#2ffad7 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ffad7 on black: 15.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green98.0%
Blue84.3%
CMYK percentages
Cyan81.2%
Magenta0.0%
Yellow14.0%
Key (black)2.0%
Color previews
#2ffad7 text on a black background
contrast 15.78:1
Card sample
#2ffad7 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ffad7;
Background color
Panel with #2ffad7 background
background-color: #2ffad7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ffad7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 250, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 250, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ffad7; background: linear-gradient(135deg, #2ffad7, #2F95FA);