#2fdffd
a balanced, electric cyan · cool · closest name: skyblue
RGB
47, 223, 253
HSL
189°, 98%, 59%
CMYK
81, 12, 0, 1
Luminance
0.6047
Every format
| HEX | #2fdffd |
| RGB | rgb(47, 223, 253) |
| HSL | hsl(189, 98%, 59%) |
| CMYK | cmyk(81%, 12%, 0%, 1%) |
| LAB | lab(82.1 -32.3 -26.7) |
| LCH | lch(82.1 41.9 219.6) |
| OKLCH | oklch(0.833 0.138 212.7) |
Copy-ready code
/* CSS */
color: #2fdffd;
background-color: #2fdffd;
/* Tailwind (arbitrary) */
class="text-[#2fdffd] bg-[#2fdffd]"
/* SCSS */
$brand: #2fdffd;
/* SwiftUI */
Color(red: 0.184, green: 0.875, blue: 0.992)
/* Android */
Color.parseColor("#2fdffd")Accessibility — WCAG contrast
Aa
#2fdffd on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fdffd on black: 13.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green87.5%
Blue99.2%
CMYK percentages
Cyan81.4%
Magenta11.9%
Yellow0.0%
Key (black)0.8%
Color previews
#2fdffd text on a black background
contrast 13.09:1
Card sample
#2fdffd text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fdffd;
Background color
Panel with #2fdffd background
background-color: #2fdffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fdffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 223, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 223, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fdffd; background: linear-gradient(135deg, #2fdffd, #2F56FD);