#2ec0fc
a balanced, electric cyan · cool · closest name: skyblue
RGB
46, 192, 252
HSL
198°, 97%, 58%
CMYK
82, 24, 0, 1
Luminance
0.4531
Every format
| HEX | #2ec0fc |
| RGB | rgb(46, 192, 252) |
| HSL | hsl(198, 97%, 58%) |
| CMYK | cmyk(82%, 24%, 0%, 1%) |
| LAB | lab(73.1 -17.2 -40.0) |
| LCH | lch(73.1 43.6 246.8) |
| OKLCH | oklch(0.760 0.144 231.7) |
Copy-ready code
/* CSS */
color: #2ec0fc;
background-color: #2ec0fc;
/* Tailwind (arbitrary) */
class="text-[#2ec0fc] bg-[#2ec0fc]"
/* SCSS */
$brand: #2ec0fc;
/* SwiftUI */
Color(red: 0.180, green: 0.753, blue: 0.988)
/* Android */
Color.parseColor("#2ec0fc")Accessibility — WCAG contrast
Aa
#2ec0fc on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ec0fc on black: 10.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green75.3%
Blue98.8%
CMYK percentages
Cyan81.7%
Magenta23.8%
Yellow0.0%
Key (black)1.2%
Color previews
#2ec0fc text on a black background
contrast 10.06:1
Card sample
#2ec0fc text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ec0fc;
Background color
Panel with #2ec0fc background
background-color: #2ec0fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ec0fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 192, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 192, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ec0fc; background: linear-gradient(135deg, #2ec0fc, #2E36FC);