#1abddf
a balanced, electric cyan · cool · closest name: skyblue
RGB
26, 189, 223
HSL
190°, 79%, 49%
CMYK
88, 15, 0, 13
Luminance
0.4194
Every format
| HEX | #1abddf |
| RGB | rgb(26, 189, 223) |
| HSL | hsl(190, 79%, 49%) |
| CMYK | cmyk(88%, 15%, 0%, 13%) |
| LAB | lab(70.8 -26.6 -27.9) |
| LCH | lch(70.8 38.6 226.3) |
| OKLCH | oklch(0.738 0.128 217.4) |
Copy-ready code
/* CSS */
color: #1abddf;
background-color: #1abddf;
/* Tailwind (arbitrary) */
class="text-[#1abddf] bg-[#1abddf]"
/* SCSS */
$brand: #1abddf;
/* SwiftUI */
Color(red: 0.102, green: 0.741, blue: 0.875)
/* Android */
Color.parseColor("#1abddf")Accessibility — WCAG contrast
Aa
#1abddf on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1abddf on black: 9.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green74.1%
Blue87.5%
CMYK percentages
Cyan88.3%
Magenta15.2%
Yellow0.0%
Key (black)12.5%
Color previews
#1abddf text on a black background
contrast 9.39:1
Card sample
#1abddf text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1abddf;
Background color
Panel with #1abddf background
background-color: #1abddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1abddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 189, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 189, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1abddf; background: linear-gradient(135deg, #1abddf, #1A3ADF);