#2fd2ff
a balanced, electric cyan · cool · closest name: skyblue
RGB
47, 210, 255
HSL
193°, 100%, 59%
CMYK
82, 18, 0, 0
Luminance
0.5392
Every format
| HEX | #2fd2ff |
| RGB | rgb(47, 210, 255) |
| HSL | hsl(193, 100%, 59%) |
| CMYK | cmyk(82%, 18%, 0%, 0%) |
| LAB | lab(78.4 -25.3 -33.4) |
| LCH | lch(78.4 41.9 232.8) |
| OKLCH | oklch(0.803 0.140 222.1) |
Copy-ready code
/* CSS */
color: #2fd2ff;
background-color: #2fd2ff;
/* Tailwind (arbitrary) */
class="text-[#2fd2ff] bg-[#2fd2ff]"
/* SCSS */
$brand: #2fd2ff;
/* SwiftUI */
Color(red: 0.184, green: 0.824, blue: 1.000)
/* Android */
Color.parseColor("#2fd2ff")Accessibility — WCAG contrast
Aa
#2fd2ff on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fd2ff on black: 11.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green82.4%
Blue100.0%
CMYK percentages
Cyan81.6%
Magenta17.6%
Yellow0.0%
Key (black)0.0%
Color previews
#2fd2ff text on a black background
contrast 11.78:1
Card sample
#2fd2ff text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fd2ff;
Background color
Panel with #2fd2ff background
background-color: #2fd2ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fd2ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 210, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 210, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fd2ff; background: linear-gradient(135deg, #2fd2ff, #2F47FF);