#2ff7fc
a balanced, electric cyan · cool · closest name: cyan
RGB
47, 247, 252
HSL
182°, 97%, 59%
CMYK
81, 2, 0, 1
Luminance
0.7415
Every format
| HEX | #2ff7fc |
| RGB | rgb(47, 247, 252) |
| HSL | hsl(182, 97%, 59%) |
| CMYK | cmyk(81%, 2%, 0%, 1%) |
| LAB | lab(89.0 -43.6 -15.7) |
| LCH | lch(89.0 46.4 199.8) |
| OKLCH | oklch(0.889 0.145 197.6) |
Copy-ready code
/* CSS */
color: #2ff7fc;
background-color: #2ff7fc;
/* Tailwind (arbitrary) */
class="text-[#2ff7fc] bg-[#2ff7fc]"
/* SCSS */
$brand: #2ff7fc;
/* SwiftUI */
Color(red: 0.184, green: 0.969, blue: 0.988)
/* Android */
Color.parseColor("#2ff7fc")Accessibility — WCAG contrast
Aa
#2ff7fc on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ff7fc on black: 15.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green96.9%
Blue98.8%
CMYK percentages
Cyan81.3%
Magenta2.0%
Yellow0.0%
Key (black)1.2%
Color previews
#2ff7fc text on a black background
contrast 15.83:1
Card sample
#2ff7fc text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ff7fc;
Background color
Panel with #2ff7fc background
background-color: #2ff7fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ff7fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 247, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 247, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ff7fc; background: linear-gradient(135deg, #2ff7fc, #2F6EFC);