#1aadef
a balanced, electric cyan · cool · closest name: steelblue
RGB
26, 173, 239
HSL
199°, 87%, 52%
CMYK
89, 28, 0, 6
Luminance
0.3634
Every format
| HEX | #1aadef |
| RGB | rgb(26, 173, 239) |
| HSL | hsl(199, 87%, 52%) |
| CMYK | cmyk(89%, 28%, 0%, 6%) |
| LAB | lab(66.8 -12.8 -42.9) |
| LCH | lch(66.8 44.8 253.4) |
| OKLCH | oklch(0.707 0.147 235.8) |
Copy-ready code
/* CSS */
color: #1aadef;
background-color: #1aadef;
/* Tailwind (arbitrary) */
class="text-[#1aadef] bg-[#1aadef]"
/* SCSS */
$brand: #1aadef;
/* SwiftUI */
Color(red: 0.102, green: 0.678, blue: 0.937)
/* Android */
Color.parseColor("#1aadef")Accessibility — WCAG contrast
Aa
#1aadef on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1aadef on black: 8.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green67.8%
Blue93.7%
CMYK percentages
Cyan89.1%
Magenta27.6%
Yellow0.0%
Key (black)6.3%
Color previews
#1aadef text on a black background
contrast 8.27:1
Card sample
#1aadef text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1aadef;
Background color
Panel with #1aadef background
background-color: #1aadef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1aadef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 173, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 173, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1aadef; background: linear-gradient(135deg, #1aadef, #1A1FEF);