#2fdfec
a balanced, electric cyan · cool · closest name: cyan
RGB
47, 223, 236
HSL
184°, 83%, 56%
CMYK
80, 6, 0, 8
Luminance
0.5944
Every format
| HEX | #2fdfec |
| RGB | rgb(47, 223, 236) |
| HSL | hsl(184, 83%, 56%) |
| CMYK | cmyk(80%, 6%, 0%, 8%) |
| LAB | lab(81.5 -37.5 -18.5) |
| LCH | lch(81.5 41.8 206.3) |
| OKLCH | oklch(0.826 0.133 202.8) |
Copy-ready code
/* CSS */
color: #2fdfec;
background-color: #2fdfec;
/* Tailwind (arbitrary) */
class="text-[#2fdfec] bg-[#2fdfec]"
/* SCSS */
$brand: #2fdfec;
/* SwiftUI */
Color(red: 0.184, green: 0.875, blue: 0.925)
/* Android */
Color.parseColor("#2fdfec")Accessibility — WCAG contrast
Aa
#2fdfec on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fdfec on black: 12.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green87.5%
Blue92.5%
CMYK percentages
Cyan80.1%
Magenta5.5%
Yellow0.0%
Key (black)7.5%
Color previews
#2fdfec text on a black background
contrast 12.89:1
Card sample
#2fdfec text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fdfec;
Background color
Panel with #2fdfec background
background-color: #2fdfec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fdfec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 223, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 223, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fdfec; background: linear-gradient(135deg, #2fdfec, #2F61EC);