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