#2ff4fc
a balanced, electric cyan · cool · closest name: cyan
RGB
47, 244, 252
HSL
182°, 97%, 59%
CMYK
81, 3, 0, 1
Luminance
0.7233
Every format
| HEX | #2ff4fc |
| RGB | rgb(47, 244, 252) |
| HSL | hsl(182, 97%, 59%) |
| CMYK | cmyk(81%, 3%, 0%, 1%) |
| LAB | lab(88.1 -42.3 -17.0) |
| LCH | lch(88.1 45.6 201.9) |
| OKLCH | oklch(0.882 0.143 199.3) |
Copy-ready code
/* CSS */
color: #2ff4fc;
background-color: #2ff4fc;
/* Tailwind (arbitrary) */
class="text-[#2ff4fc] bg-[#2ff4fc]"
/* SCSS */
$brand: #2ff4fc;
/* SwiftUI */
Color(red: 0.184, green: 0.957, blue: 0.988)
/* Android */
Color.parseColor("#2ff4fc")Accessibility — WCAG contrast
Aa
#2ff4fc on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ff4fc on black: 15.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green95.7%
Blue98.8%
CMYK percentages
Cyan81.3%
Magenta3.2%
Yellow0.0%
Key (black)1.2%
Color previews
#2ff4fc text on a black background
contrast 15.47:1
Card sample
#2ff4fc text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ff4fc;
Background color
Panel with #2ff4fc background
background-color: #2ff4fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ff4fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 244, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 244, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ff4fc; background: linear-gradient(135deg, #2ff4fc, #2F6BFC);