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