#2ffad3
a balanced, electric cyan · cool · closest name: aquamarine
RGB
47, 250, 211
HSL
169°, 95%, 58%
CMYK
81, 0, 16, 2
Luminance
0.7368
Every format
| HEX | #2ffad3 |
| RGB | rgb(47, 250, 211) |
| HSL | hsl(169, 95%, 58%) |
| CMYK | cmyk(81%, 0%, 16%, 2%) |
| LAB | lab(88.8 -55.9 5.3) |
| LCH | lch(88.8 56.1 174.6) |
| OKLCH | oklch(0.883 0.159 175.2) |
Copy-ready code
/* CSS */
color: #2ffad3;
background-color: #2ffad3;
/* Tailwind (arbitrary) */
class="text-[#2ffad3] bg-[#2ffad3]"
/* SCSS */
$brand: #2ffad3;
/* SwiftUI */
Color(red: 0.184, green: 0.980, blue: 0.827)
/* Android */
Color.parseColor("#2ffad3")Accessibility — WCAG contrast
Aa
#2ffad3 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ffad3 on black: 15.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green98.0%
Blue82.7%
CMYK percentages
Cyan81.2%
Magenta0.0%
Yellow15.6%
Key (black)2.0%
Color previews
#2ffad3 text on a black background
contrast 15.74:1
Card sample
#2ffad3 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ffad3;
Background color
Panel with #2ffad3 background
background-color: #2ffad3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ffad3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 250, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 250, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ffad3; background: linear-gradient(135deg, #2ffad3, #2F99FA);