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