#1acefc
a balanced, electric cyan · cool · closest name: skyblue
RGB
26, 206, 252
HSL
192°, 97%, 55%
CMYK
90, 18, 0, 1
Luminance
0.5139
Every format
| HEX | #1acefc |
| RGB | rgb(26, 206, 252) |
| HSL | hsl(192, 97%, 55%) |
| CMYK | cmyk(90%, 18%, 0%, 1%) |
| LAB | lab(76.9 -25.6 -34.1) |
| LCH | lch(76.9 42.7 233.1) |
| OKLCH | oklch(0.790 0.143 222.2) |
Copy-ready code
/* CSS */
color: #1acefc;
background-color: #1acefc;
/* Tailwind (arbitrary) */
class="text-[#1acefc] bg-[#1acefc]"
/* SCSS */
$brand: #1acefc;
/* SwiftUI */
Color(red: 0.102, green: 0.808, blue: 0.988)
/* Android */
Color.parseColor("#1acefc")Accessibility — WCAG contrast
Aa
#1acefc on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1acefc on black: 11.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green80.8%
Blue98.8%
CMYK percentages
Cyan89.7%
Magenta18.3%
Yellow0.0%
Key (black)1.2%
Color previews
#1acefc text on a black background
contrast 11.28:1
Card sample
#1acefc text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1acefc;
Background color
Panel with #1acefc background
background-color: #1acefc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1acefc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 206, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 206, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1acefc; background: linear-gradient(135deg, #1acefc, #1A37FC);