#5ab3df
a balanced, vivid cyan · cool · closest name: skyblue
RGB
90, 179, 223
HSL
200°, 68%, 61%
CMYK
60, 20, 0, 13
Luminance
0.3974
Every format
| HEX | #5ab3df |
| RGB | rgb(90, 179, 223) |
| HSL | hsl(200, 68%, 61%) |
| CMYK | cmyk(60%, 20%, 0%, 13%) |
| LAB | lab(69.3 -13.9 -30.1) |
| LCH | lch(69.3 33.2 245.3) |
| OKLCH | oklch(0.729 0.106 232.3) |
Copy-ready code
/* CSS */
color: #5ab3df;
background-color: #5ab3df;
/* Tailwind (arbitrary) */
class="text-[#5ab3df] bg-[#5ab3df]"
/* SCSS */
$brand: #5ab3df;
/* SwiftUI */
Color(red: 0.353, green: 0.702, blue: 0.875)
/* Android */
Color.parseColor("#5ab3df")Accessibility — WCAG contrast
Aa
#5ab3df on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ab3df on black: 8.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green70.2%
Blue87.5%
CMYK percentages
Cyan59.6%
Magenta19.7%
Yellow0.0%
Key (black)12.5%
Color previews
#5ab3df text on a black background
contrast 8.95:1
Card sample
#5ab3df text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ab3df;
Background color
Panel with #5ab3df background
background-color: #5ab3df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ab3df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 179, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 179, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ab3df; background: linear-gradient(135deg, #5ab3df, #5A5BDF);