#5abfd7
a balanced, vivid cyan · cool · closest name: skyblue
RGB
90, 191, 215
HSL
192°, 61%, 60%
CMYK
58, 11, 0, 16
Luminance
0.4434
Every format
| HEX | #5abfd7 |
| RGB | rgb(90, 191, 215) |
| HSL | hsl(192, 61%, 60%) |
| CMYK | cmyk(58%, 11%, 0%, 16%) |
| LAB | lab(72.5 -22.5 -20.9) |
| LCH | lch(72.5 30.7 222.9) |
| OKLCH | oklch(0.754 0.100 215.6) |
Copy-ready code
/* CSS */
color: #5abfd7;
background-color: #5abfd7;
/* Tailwind (arbitrary) */
class="text-[#5abfd7] bg-[#5abfd7]"
/* SCSS */
$brand: #5abfd7;
/* SwiftUI */
Color(red: 0.353, green: 0.749, blue: 0.843)
/* Android */
Color.parseColor("#5abfd7")Accessibility — WCAG contrast
Aa
#5abfd7 on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5abfd7 on black: 9.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green74.9%
Blue84.3%
CMYK percentages
Cyan58.1%
Magenta11.2%
Yellow0.0%
Key (black)15.7%
Color previews
#5abfd7 text on a black background
contrast 9.87:1
Card sample
#5abfd7 text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5abfd7;
Background color
Panel with #5abfd7 background
background-color: #5abfd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5abfd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 191, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 191, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5abfd7; background: linear-gradient(135deg, #5abfd7, #5A6CD7);