#5ab2ce
a balanced, vivid cyan · cool · closest name: skyblue
RGB
90, 178, 206
HSL
195°, 54%, 58%
CMYK
56, 14, 0, 19
Luminance
0.3847
Every format
| HEX | #5ab2ce |
| RGB | rgb(90, 178, 206) |
| HSL | hsl(195, 54%, 58%) |
| CMYK | cmyk(56%, 14%, 0%, 19%) |
| LAB | lab(68.4 -18.5 -22.2) |
| LCH | lch(68.4 28.9 230.3) |
| OKLCH | oklch(0.720 0.093 221.3) |
Copy-ready code
/* CSS */
color: #5ab2ce;
background-color: #5ab2ce;
/* Tailwind (arbitrary) */
class="text-[#5ab2ce] bg-[#5ab2ce]"
/* SCSS */
$brand: #5ab2ce;
/* SwiftUI */
Color(red: 0.353, green: 0.698, blue: 0.808)
/* Android */
Color.parseColor("#5ab2ce")Accessibility — WCAG contrast
Aa
#5ab2ce on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ab2ce on black: 8.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green69.8%
Blue80.8%
CMYK percentages
Cyan56.3%
Magenta13.6%
Yellow0.0%
Key (black)19.2%
Color previews
#5ab2ce text on a black background
contrast 8.69:1
Card sample
#5ab2ce text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ab2ce;
Background color
Panel with #5ab2ce background
background-color: #5ab2ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ab2ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 178, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 178, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ab2ce; background: linear-gradient(135deg, #5ab2ce, #5A64CE);