#2fdfff
a balanced, electric cyan · cool · closest name: skyblue
RGB
47, 223, 255
HSL
189°, 100%, 59%
CMYK
82, 13, 0, 0
Luminance
0.6060
Every format
| HEX | #2fdfff |
| RGB | rgb(47, 223, 255) |
| HSL | hsl(189, 100%, 59%) |
| CMYK | cmyk(82%, 13%, 0%, 0%) |
| LAB | lab(82.2 -31.7 -27.6) |
| LCH | lch(82.2 42.0 221.1) |
| OKLCH | oklch(0.834 0.139 213.8) |
Copy-ready code
/* CSS */
color: #2fdfff;
background-color: #2fdfff;
/* Tailwind (arbitrary) */
class="text-[#2fdfff] bg-[#2fdfff]"
/* SCSS */
$brand: #2fdfff;
/* SwiftUI */
Color(red: 0.184, green: 0.875, blue: 1.000)
/* Android */
Color.parseColor("#2fdfff")Accessibility — WCAG contrast
Aa
#2fdfff on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fdfff on black: 13.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green87.5%
Blue100.0%
CMYK percentages
Cyan81.6%
Magenta12.5%
Yellow0.0%
Key (black)0.0%
Color previews
#2fdfff text on a black background
contrast 13.12:1
Card sample
#2fdfff text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fdfff;
Background color
Panel with #2fdfff background
background-color: #2fdfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fdfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 223, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 223, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fdfff; background: linear-gradient(135deg, #2fdfff, #2F54FF);