#2fdfea
a balanced, electric cyan · cool · closest name: cyan
RGB
47, 223, 234
HSL
184°, 82%, 55%
CMYK
80, 5, 0, 8
Luminance
0.5932
Every format
| HEX | #2fdfea |
| RGB | rgb(47, 223, 234) |
| HSL | hsl(184, 82%, 55%) |
| CMYK | cmyk(80%, 5%, 0%, 8%) |
| LAB | lab(81.5 -38.0 -17.6) |
| LCH | lch(81.5 41.9 204.8) |
| OKLCH | oklch(0.826 0.133 201.6) |
Copy-ready code
/* CSS */
color: #2fdfea;
background-color: #2fdfea;
/* Tailwind (arbitrary) */
class="text-[#2fdfea] bg-[#2fdfea]"
/* SCSS */
$brand: #2fdfea;
/* SwiftUI */
Color(red: 0.184, green: 0.875, blue: 0.918)
/* Android */
Color.parseColor("#2fdfea")Accessibility — WCAG contrast
Aa
#2fdfea on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fdfea on black: 12.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green87.5%
Blue91.8%
CMYK percentages
Cyan79.9%
Magenta4.7%
Yellow0.0%
Key (black)8.2%
Color previews
#2fdfea text on a black background
contrast 12.86:1
Card sample
#2fdfea text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fdfea;
Background color
Panel with #2fdfea background
background-color: #2fdfea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fdfea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 223, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 223, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fdfea; background: linear-gradient(135deg, #2fdfea, #2F62EA);