#5abdfe
a light, electric blue · cool · closest name: skyblue
RGB
90, 189, 254
HSL
204°, 99%, 68%
CMYK
65, 26, 0, 0
Luminance
0.4572
Every format
| HEX | #5abdfe |
| RGB | rgb(90, 189, 254) |
| HSL | hsl(204, 99%, 68%) |
| CMYK | cmyk(65%, 26%, 0%, 0%) |
| LAB | lab(73.4 -9.6 -40.6) |
| LCH | lch(73.4 41.7 256.7) |
| OKLCH | oklch(0.766 0.132 240.3) |
Copy-ready code
/* CSS */
color: #5abdfe;
background-color: #5abdfe;
/* Tailwind (arbitrary) */
class="text-[#5abdfe] bg-[#5abdfe]"
/* SCSS */
$brand: #5abdfe;
/* SwiftUI */
Color(red: 0.353, green: 0.741, blue: 0.996)
/* Android */
Color.parseColor("#5abdfe")Accessibility — WCAG contrast
Aa
#5abdfe on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5abdfe on black: 10.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green74.1%
Blue99.6%
CMYK percentages
Cyan64.6%
Magenta25.6%
Yellow0.0%
Key (black)0.4%
Color previews
#5abdfe text on a black background
contrast 10.14:1
Card sample
#5abdfe text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5abdfe;
Background color
Panel with #5abdfe background
background-color: #5abdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5abdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 189, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 189, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5abdfe; background: linear-gradient(135deg, #5abdfe, #655AFE);