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