#2fdbfc
a balanced, electric cyan · cool · closest name: skyblue
RGB
47, 219, 252
HSL
190°, 97%, 59%
CMYK
81, 13, 0, 1
Luminance
0.5830
Every format
| HEX | #2fdbfc |
| RGB | rgb(47, 219, 252) |
| HSL | hsl(190, 97%, 59%) |
| CMYK | cmyk(81%, 13%, 0%, 1%) |
| LAB | lab(80.9 -30.7 -28.0) |
| LCH | lch(80.9 41.5 222.4) |
| OKLCH | oklch(0.823 0.137 214.7) |
Copy-ready code
/* CSS */
color: #2fdbfc;
background-color: #2fdbfc;
/* Tailwind (arbitrary) */
class="text-[#2fdbfc] bg-[#2fdbfc]"
/* SCSS */
$brand: #2fdbfc;
/* SwiftUI */
Color(red: 0.184, green: 0.859, blue: 0.988)
/* Android */
Color.parseColor("#2fdbfc")Accessibility — WCAG contrast
Aa
#2fdbfc on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fdbfc on black: 12.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green85.9%
Blue98.8%
CMYK percentages
Cyan81.3%
Magenta13.1%
Yellow0.0%
Key (black)1.2%
Color previews
#2fdbfc text on a black background
contrast 12.66:1
Card sample
#2fdbfc text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fdbfc;
Background color
Panel with #2fdbfc background
background-color: #2fdbfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fdbfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 219, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 219, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fdbfc; background: linear-gradient(135deg, #2fdbfc, #2F52FC);