#5dbfd7
a balanced, vivid cyan · cool · closest name: skyblue
RGB
93, 191, 215
HSL
192°, 60%, 60%
CMYK
57, 11, 0, 16
Luminance
0.4450
Every format
| HEX | #5dbfd7 |
| RGB | rgb(93, 191, 215) |
| HSL | hsl(192, 60%, 60%) |
| CMYK | cmyk(57%, 11%, 0%, 16%) |
| LAB | lab(72.6 -21.9 -20.8) |
| LCH | lch(72.6 30.2 223.4) |
| OKLCH | oklch(0.755 0.098 216.1) |
Copy-ready code
/* CSS */
color: #5dbfd7;
background-color: #5dbfd7;
/* Tailwind (arbitrary) */
class="text-[#5dbfd7] bg-[#5dbfd7]"
/* SCSS */
$brand: #5dbfd7;
/* SwiftUI */
Color(red: 0.365, green: 0.749, blue: 0.843)
/* Android */
Color.parseColor("#5dbfd7")Accessibility — WCAG contrast
Aa
#5dbfd7 on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5dbfd7 on black: 9.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green74.9%
Blue84.3%
CMYK percentages
Cyan56.7%
Magenta11.2%
Yellow0.0%
Key (black)15.7%
Color previews
#5dbfd7 text on a black background
contrast 9.90:1
Card sample
#5dbfd7 text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5dbfd7;
Background color
Panel with #5dbfd7 background
background-color: #5dbfd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5dbfd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 191, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 191, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5dbfd7; background: linear-gradient(135deg, #5dbfd7, #5D6ED7);