#5daacf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
93, 170, 207
HSL
200°, 54%, 59%
CMYK
55, 18, 0, 19
Luminance
0.3558
Every format
| HEX | #5daacf |
| RGB | rgb(93, 170, 207) |
| HSL | hsl(200, 54%, 59%) |
| CMYK | cmyk(55%, 18%, 0%, 19%) |
| LAB | lab(66.2 -13.3 -26.1) |
| LCH | lch(66.2 29.3 243.0) |
| OKLCH | oklch(0.703 0.093 231.0) |
Copy-ready code
/* CSS */
color: #5daacf;
background-color: #5daacf;
/* Tailwind (arbitrary) */
class="text-[#5daacf] bg-[#5daacf]"
/* SCSS */
$brand: #5daacf;
/* SwiftUI */
Color(red: 0.365, green: 0.667, blue: 0.812)
/* Android */
Color.parseColor("#5daacf")Accessibility — WCAG contrast
Aa
#5daacf on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5daacf on black: 8.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green66.7%
Blue81.2%
CMYK percentages
Cyan55.1%
Magenta17.9%
Yellow0.0%
Key (black)18.8%
Color previews
#5daacf text on a black background
contrast 8.12:1
Card sample
#5daacf text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5daacf;
Background color
Panel with #5daacf background
background-color: #5daacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5daacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 170, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 170, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5daacf; background: linear-gradient(135deg, #5daacf, #5D5ECF);