#1acafb
a balanced, electric cyan · cool · closest name: skyblue
RGB
26, 202, 251
HSL
193°, 97%, 54%
CMYK
90, 20, 0, 2
Luminance
0.4943
Every format
| HEX | #1acafb |
| RGB | rgb(26, 202, 251) |
| HSL | hsl(193, 97%, 54%) |
| CMYK | cmyk(90%, 20%, 0%, 2%) |
| LAB | lab(75.7 -23.9 -35.5) |
| LCH | lch(75.7 42.8 236.0) |
| OKLCH | oklch(0.781 0.143 224.1) |
Copy-ready code
/* CSS */
color: #1acafb;
background-color: #1acafb;
/* Tailwind (arbitrary) */
class="text-[#1acafb] bg-[#1acafb]"
/* SCSS */
$brand: #1acafb;
/* SwiftUI */
Color(red: 0.102, green: 0.792, blue: 0.984)
/* Android */
Color.parseColor("#1acafb")Accessibility — WCAG contrast
Aa
#1acafb on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1acafb on black: 10.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green79.2%
Blue98.4%
CMYK percentages
Cyan89.6%
Magenta19.5%
Yellow0.0%
Key (black)1.6%
Color previews
#1acafb text on a black background
contrast 10.89:1
Card sample
#1acafb text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1acafb;
Background color
Panel with #1acafb background
background-color: #1acafb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1acafb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 202, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 202, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1acafb; background: linear-gradient(135deg, #1acafb, #1A34FB);