#2ffadf
a balanced, electric cyan · cool · closest name: turquoise
RGB
47, 250, 223
HSL
172°, 95%, 58%
CMYK
81, 0, 11, 2
Luminance
0.7430
Every format
| HEX | #2ffadf |
| RGB | rgb(47, 250, 223) |
| HSL | hsl(172, 95%, 58%) |
| CMYK | cmyk(81%, 0%, 11%, 2%) |
| LAB | lab(89.1 -52.8 -0.5) |
| LCH | lch(89.1 52.8 180.5) |
| OKLCH | oklch(0.887 0.153 180.8) |
Copy-ready code
/* CSS */
color: #2ffadf;
background-color: #2ffadf;
/* Tailwind (arbitrary) */
class="text-[#2ffadf] bg-[#2ffadf]"
/* SCSS */
$brand: #2ffadf;
/* SwiftUI */
Color(red: 0.184, green: 0.980, blue: 0.875)
/* Android */
Color.parseColor("#2ffadf")Accessibility — WCAG contrast
Aa
#2ffadf on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ffadf on black: 15.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green98.0%
Blue87.5%
CMYK percentages
Cyan81.2%
Magenta0.0%
Yellow10.8%
Key (black)2.0%
Color previews
#2ffadf text on a black background
contrast 15.86:1
Card sample
#2ffadf text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ffadf;
Background color
Panel with #2ffadf background
background-color: #2ffadf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ffadf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 250, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 250, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ffadf; background: linear-gradient(135deg, #2ffadf, #2F8EFA);