#1ab2fd
a balanced, electric cyan · cool · closest name: steelblue
RGB
26, 178, 253
HSL
200°, 98%, 55%
CMYK
90, 30, 0, 1
Luminance
0.3915
Every format
| HEX | #1ab2fd |
| RGB | rgb(26, 178, 253) |
| HSL | hsl(200, 98%, 55%) |
| CMYK | cmyk(90%, 30%, 0%, 1%) |
| LAB | lab(68.9 -10.6 -47.2) |
| LCH | lch(68.9 48.4 257.4) |
| OKLCH | oklch(0.726 0.157 238.5) |
Copy-ready code
/* CSS */
color: #1ab2fd;
background-color: #1ab2fd;
/* Tailwind (arbitrary) */
class="text-[#1ab2fd] bg-[#1ab2fd]"
/* SCSS */
$brand: #1ab2fd;
/* SwiftUI */
Color(red: 0.102, green: 0.698, blue: 0.992)
/* Android */
Color.parseColor("#1ab2fd")Accessibility — WCAG contrast
Aa
#1ab2fd on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1ab2fd on black: 8.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green69.8%
Blue99.2%
CMYK percentages
Cyan89.7%
Magenta29.6%
Yellow0.0%
Key (black)0.8%
Color previews
#1ab2fd text on a black background
contrast 8.83:1
Card sample
#1ab2fd text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1ab2fd;
Background color
Panel with #1ab2fd background
background-color: #1ab2fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1ab2fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 178, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 178, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1ab2fd; background: linear-gradient(135deg, #1ab2fd, #1A1BFD);