#5abace
a balanced, vivid cyan · cool · closest name: skyblue
RGB
90, 186, 206
HSL
190°, 54%, 58%
CMYK
56, 10, 0, 19
Luminance
0.4175
Every format
| HEX | #5abace |
| RGB | rgb(90, 186, 206) |
| HSL | hsl(190, 54%, 58%) |
| CMYK | cmyk(56%, 10%, 0%, 19%) |
| LAB | lab(70.7 -22.6 -18.7) |
| LCH | lch(70.7 29.3 219.6) |
| OKLCH | oklch(0.739 0.094 213.2) |
Copy-ready code
/* CSS */
color: #5abace;
background-color: #5abace;
/* Tailwind (arbitrary) */
class="text-[#5abace] bg-[#5abace]"
/* SCSS */
$brand: #5abace;
/* SwiftUI */
Color(red: 0.353, green: 0.729, blue: 0.808)
/* Android */
Color.parseColor("#5abace")Accessibility — WCAG contrast
Aa
#5abace on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5abace on black: 9.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green72.9%
Blue80.8%
CMYK percentages
Cyan56.3%
Magenta9.7%
Yellow0.0%
Key (black)19.2%
Color previews
#5abace text on a black background
contrast 9.35:1
Card sample
#5abace text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5abace;
Background color
Panel with #5abace background
background-color: #5abace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5abace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 186, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 186, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5abace; background: linear-gradient(135deg, #5abace, #5A6DCE);