#2ff5fd
a balanced, electric cyan · cool · closest name: cyan
RGB
47, 245, 253
HSL
182°, 98%, 59%
CMYK
81, 3, 0, 1
Luminance
0.7300
Every format
| HEX | #2ff5fd |
| RGB | rgb(47, 245, 253) |
| HSL | hsl(182, 98%, 59%) |
| CMYK | cmyk(81%, 3%, 0%, 1%) |
| LAB | lab(88.5 -42.5 -17.1) |
| LCH | lch(88.5 45.8 201.9) |
| OKLCH | oklch(0.884 0.144 199.3) |
Copy-ready code
/* CSS */
color: #2ff5fd;
background-color: #2ff5fd;
/* Tailwind (arbitrary) */
class="text-[#2ff5fd] bg-[#2ff5fd]"
/* SCSS */
$brand: #2ff5fd;
/* SwiftUI */
Color(red: 0.184, green: 0.961, blue: 0.992)
/* Android */
Color.parseColor("#2ff5fd")Accessibility — WCAG contrast
Aa
#2ff5fd on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ff5fd on black: 15.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green96.1%
Blue99.2%
CMYK percentages
Cyan81.4%
Magenta3.2%
Yellow0.0%
Key (black)0.8%
Color previews
#2ff5fd text on a black background
contrast 15.60:1
Card sample
#2ff5fd text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ff5fd;
Background color
Panel with #2ff5fd background
background-color: #2ff5fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ff5fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 245, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 245, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ff5fd; background: linear-gradient(135deg, #2ff5fd, #2F6CFD);