#1acfff
a balanced, electric cyan · cool · closest name: skyblue
RGB
26, 207, 255
HSL
193°, 100%, 55%
CMYK
90, 19, 0, 0
Luminance
0.5207
Every format
| HEX | #1acfff |
| RGB | rgb(26, 207, 255) |
| HSL | hsl(193, 100%, 55%) |
| CMYK | cmyk(90%, 19%, 0%, 0%) |
| LAB | lab(77.3 -25.1 -35.1) |
| LCH | lch(77.3 43.2 234.4) |
| OKLCH | oklch(0.794 0.145 223.0) |
Copy-ready code
/* CSS */
color: #1acfff;
background-color: #1acfff;
/* Tailwind (arbitrary) */
class="text-[#1acfff] bg-[#1acfff]"
/* SCSS */
$brand: #1acfff;
/* SwiftUI */
Color(red: 0.102, green: 0.812, blue: 1.000)
/* Android */
Color.parseColor("#1acfff")Accessibility — WCAG contrast
Aa
#1acfff on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1acfff on black: 11.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green81.2%
Blue100.0%
CMYK percentages
Cyan89.8%
Magenta18.8%
Yellow0.0%
Key (black)0.0%
Color previews
#1acfff text on a black background
contrast 11.41:1
Card sample
#1acfff text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1acfff;
Background color
Panel with #1acfff background
background-color: #1acfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1acfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 207, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 207, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1acfff; background: linear-gradient(135deg, #1acfff, #1A36FF);