#5ab4cf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
90, 180, 207
HSL
194°, 55%, 58%
CMYK
57, 13, 0, 19
Luminance
0.3932
Every format
| HEX | #5ab4cf |
| RGB | rgb(90, 180, 207) |
| HSL | hsl(194, 55%, 58%) |
| CMYK | cmyk(57%, 13%, 0%, 19%) |
| LAB | lab(69.0 -19.2 -21.8) |
| LCH | lch(69.0 29.1 228.7) |
| OKLCH | oklch(0.725 0.094 220.1) |
Copy-ready code
/* CSS */
color: #5ab4cf;
background-color: #5ab4cf;
/* Tailwind (arbitrary) */
class="text-[#5ab4cf] bg-[#5ab4cf]"
/* SCSS */
$brand: #5ab4cf;
/* SwiftUI */
Color(red: 0.353, green: 0.706, blue: 0.812)
/* Android */
Color.parseColor("#5ab4cf")Accessibility — WCAG contrast
Aa
#5ab4cf on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ab4cf on black: 8.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green70.6%
Blue81.2%
CMYK percentages
Cyan56.5%
Magenta13.0%
Yellow0.0%
Key (black)18.8%
Color previews
#5ab4cf text on a black background
contrast 8.86:1
Card sample
#5ab4cf text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ab4cf;
Background color
Panel with #5ab4cf background
background-color: #5ab4cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ab4cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 180, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 180, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ab4cf; background: linear-gradient(135deg, #5ab4cf, #5A66CF);