#1abae8
a balanced, electric cyan · cool · closest name: skyblue
RGB
26, 186, 232
HSL
193°, 82%, 51%
CMYK
89, 20, 0, 9
Luminance
0.4116
Every format
| HEX | #1abae8 |
| RGB | rgb(26, 186, 232) |
| HSL | hsl(193, 82%, 51%) |
| CMYK | cmyk(89%, 20%, 0%, 9%) |
| LAB | lab(70.3 -22.1 -33.6) |
| LCH | lch(70.3 40.2 236.6) |
| OKLCH | oklch(0.735 0.135 224.6) |
Copy-ready code
/* CSS */
color: #1abae8;
background-color: #1abae8;
/* Tailwind (arbitrary) */
class="text-[#1abae8] bg-[#1abae8]"
/* SCSS */
$brand: #1abae8;
/* SwiftUI */
Color(red: 0.102, green: 0.729, blue: 0.910)
/* Android */
Color.parseColor("#1abae8")Accessibility — WCAG contrast
Aa
#1abae8 on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1abae8 on black: 9.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green72.9%
Blue91.0%
CMYK percentages
Cyan88.8%
Magenta19.8%
Yellow0.0%
Key (black)9.0%
Color previews
#1abae8 text on a black background
contrast 9.23:1
Card sample
#1abae8 text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1abae8;
Background color
Panel with #1abae8 background
background-color: #1abae8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1abae8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 186, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 186, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1abae8; background: linear-gradient(135deg, #1abae8, #1A31E8);