#5ac5df
a balanced, vivid cyan · cool · closest name: skyblue
RGB
90, 197, 223
HSL
192°, 68%, 61%
CMYK
60, 12, 0, 13
Luminance
0.4743
Every format
| HEX | #5ac5df |
| RGB | rgb(90, 197, 223) |
| HSL | hsl(192, 68%, 61%) |
| CMYK | cmyk(60%, 12%, 0%, 13%) |
| LAB | lab(74.5 -23.2 -22.2) |
| LCH | lch(74.5 32.1 223.7) |
| OKLCH | oklch(0.771 0.104 216.2) |
Copy-ready code
/* CSS */
color: #5ac5df;
background-color: #5ac5df;
/* Tailwind (arbitrary) */
class="text-[#5ac5df] bg-[#5ac5df]"
/* SCSS */
$brand: #5ac5df;
/* SwiftUI */
Color(red: 0.353, green: 0.773, blue: 0.875)
/* Android */
Color.parseColor("#5ac5df")Accessibility — WCAG contrast
Aa
#5ac5df on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ac5df on black: 10.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green77.3%
Blue87.5%
CMYK percentages
Cyan59.6%
Magenta11.7%
Yellow0.0%
Key (black)12.5%
Color previews
#5ac5df text on a black background
contrast 10.49:1
Card sample
#5ac5df text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ac5df;
Background color
Panel with #5ac5df background
background-color: #5ac5df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ac5df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 197, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 197, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ac5df; background: linear-gradient(135deg, #5ac5df, #5A6DDF);