#2ff9fc
a balanced, electric cyan · cool · closest name: cyan
RGB
47, 249, 252
HSL
181°, 97%, 59%
CMYK
81, 1, 0, 1
Luminance
0.7538
Every format
| HEX | #2ff9fc |
| RGB | rgb(47, 249, 252) |
| HSL | hsl(181, 97%, 59%) |
| CMYK | cmyk(81%, 1%, 0%, 1%) |
| LAB | lab(89.6 -44.5 -14.9) |
| LCH | lch(89.6 46.9 198.5) |
| OKLCH | oklch(0.893 0.146 196.5) |
Copy-ready code
/* CSS */
color: #2ff9fc;
background-color: #2ff9fc;
/* Tailwind (arbitrary) */
class="text-[#2ff9fc] bg-[#2ff9fc]"
/* SCSS */
$brand: #2ff9fc;
/* SwiftUI */
Color(red: 0.184, green: 0.976, blue: 0.988)
/* Android */
Color.parseColor("#2ff9fc")Accessibility — WCAG contrast
Aa
#2ff9fc on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ff9fc on black: 16.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green97.6%
Blue98.8%
CMYK percentages
Cyan81.3%
Magenta1.2%
Yellow0.0%
Key (black)1.2%
Color previews
#2ff9fc text on a black background
contrast 16.08:1
Card sample
#2ff9fc text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ff9fc;
Background color
Panel with #2ff9fc background
background-color: #2ff9fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ff9fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 249, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 249, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ff9fc; background: linear-gradient(135deg, #2ff9fc, #2F70FC);