#2fd1fc
a balanced, electric cyan · cool · closest name: skyblue
RGB
47, 209, 252
HSL
193°, 97%, 59%
CMYK
81, 17, 0, 1
Luminance
0.5323
Every format
| HEX | #2fd1fc |
| RGB | rgb(47, 209, 252) |
| HSL | hsl(193, 97%, 59%) |
| CMYK | cmyk(81%, 17%, 0%, 1%) |
| LAB | lab(78.0 -25.8 -32.4) |
| LCH | lch(78.0 41.4 231.5) |
| OKLCH | oklch(0.800 0.138 221.2) |
Copy-ready code
/* CSS */
color: #2fd1fc;
background-color: #2fd1fc;
/* Tailwind (arbitrary) */
class="text-[#2fd1fc] bg-[#2fd1fc]"
/* SCSS */
$brand: #2fd1fc;
/* SwiftUI */
Color(red: 0.184, green: 0.820, blue: 0.988)
/* Android */
Color.parseColor("#2fd1fc")Accessibility — WCAG contrast
Aa
#2fd1fc on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fd1fc on black: 11.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green82.0%
Blue98.8%
CMYK percentages
Cyan81.3%
Magenta17.1%
Yellow0.0%
Key (black)1.2%
Color previews
#2fd1fc text on a black background
contrast 11.65:1
Card sample
#2fd1fc text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fd1fc;
Background color
Panel with #2fd1fc background
background-color: #2fd1fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fd1fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 209, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 209, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fd1fc; background: linear-gradient(135deg, #2fd1fc, #2F48FC);