#2ec5fc
a balanced, electric cyan · cool · closest name: skyblue
RGB
46, 197, 252
HSL
196°, 97%, 58%
CMYK
82, 22, 0, 1
Luminance
0.4754
Every format
| HEX | #2ec5fc |
| RGB | rgb(46, 197, 252) |
| HSL | hsl(196, 97%, 58%) |
| CMYK | cmyk(82%, 22%, 0%, 1%) |
| LAB | lab(74.5 -19.8 -37.8) |
| LCH | lch(74.5 42.7 242.4) |
| OKLCH | oklch(0.772 0.142 228.7) |
Copy-ready code
/* CSS */
color: #2ec5fc;
background-color: #2ec5fc;
/* Tailwind (arbitrary) */
class="text-[#2ec5fc] bg-[#2ec5fc]"
/* SCSS */
$brand: #2ec5fc;
/* SwiftUI */
Color(red: 0.180, green: 0.773, blue: 0.988)
/* Android */
Color.parseColor("#2ec5fc")Accessibility — WCAG contrast
Aa
#2ec5fc on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ec5fc on black: 10.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green77.3%
Blue98.8%
CMYK percentages
Cyan81.7%
Magenta21.8%
Yellow0.0%
Key (black)1.2%
Color previews
#2ec5fc text on a black background
contrast 10.51:1
Card sample
#2ec5fc text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ec5fc;
Background color
Panel with #2ec5fc background
background-color: #2ec5fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ec5fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 197, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 197, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ec5fc; background: linear-gradient(135deg, #2ec5fc, #2E3CFC);