#2ccefc
a balanced, electric cyan · cool · closest name: skyblue
RGB
44, 206, 252
HSL
193°, 97%, 58%
CMYK
83, 18, 0, 1
Luminance
0.5171
Every format
| HEX | #2ccefc |
| RGB | rgb(44, 206, 252) |
| HSL | hsl(193, 97%, 58%) |
| CMYK | cmyk(83%, 18%, 0%, 1%) |
| LAB | lab(77.1 -24.5 -33.8) |
| LCH | lch(77.1 41.8 234.1) |
| OKLCH | oklch(0.792 0.139 223.0) |
Copy-ready code
/* CSS */
color: #2ccefc;
background-color: #2ccefc;
/* Tailwind (arbitrary) */
class="text-[#2ccefc] bg-[#2ccefc]"
/* SCSS */
$brand: #2ccefc;
/* SwiftUI */
Color(red: 0.173, green: 0.808, blue: 0.988)
/* Android */
Color.parseColor("#2ccefc")Accessibility — WCAG contrast
Aa
#2ccefc on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ccefc on black: 11.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green80.8%
Blue98.8%
CMYK percentages
Cyan82.5%
Magenta18.3%
Yellow0.0%
Key (black)1.2%
Color previews
#2ccefc text on a black background
contrast 11.34:1
Card sample
#2ccefc text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ccefc;
Background color
Panel with #2ccefc background
background-color: #2ccefc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ccefc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 206, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 206, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ccefc; background: linear-gradient(135deg, #2ccefc, #2C43FC);