#2cecfd
a balanced, electric cyan · cool · closest name: cyan
RGB
44, 236, 253
HSL
185°, 98%, 58%
CMYK
83, 7, 0, 1
Luminance
0.6762
Every format
| HEX | #2cecfd |
| RGB | rgb(44, 236, 253) |
| HSL | hsl(185, 98%, 58%) |
| CMYK | cmyk(83%, 7%, 0%, 1%) |
| LAB | lab(85.8 -38.6 -21.0) |
| LCH | lch(85.8 44.0 208.6) |
| OKLCH | oklch(0.863 0.141 204.5) |
Copy-ready code
/* CSS */
color: #2cecfd;
background-color: #2cecfd;
/* Tailwind (arbitrary) */
class="text-[#2cecfd] bg-[#2cecfd]"
/* SCSS */
$brand: #2cecfd;
/* SwiftUI */
Color(red: 0.173, green: 0.925, blue: 0.992)
/* Android */
Color.parseColor("#2cecfd")Accessibility — WCAG contrast
Aa
#2cecfd on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cecfd on black: 14.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green92.5%
Blue99.2%
CMYK percentages
Cyan82.6%
Magenta6.7%
Yellow0.0%
Key (black)0.8%
Color previews
#2cecfd text on a black background
contrast 14.52:1
Card sample
#2cecfd text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cecfd;
Background color
Panel with #2cecfd background
background-color: #2cecfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cecfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 236, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 236, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cecfd; background: linear-gradient(135deg, #2cecfd, #2C60FD);