#5dbfdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
93, 191, 223
HSL
195°, 67%, 62%
CMYK
58, 14, 0, 13
Luminance
0.4492
Every format
| HEX | #5dbfdf |
| RGB | rgb(93, 191, 223) |
| HSL | hsl(195, 67%, 62%) |
| CMYK | cmyk(58%, 14%, 0%, 13%) |
| LAB | lab(72.8 -19.6 -24.7) |
| LCH | lch(72.8 31.5 231.5) |
| OKLCH | oklch(0.758 0.102 222.1) |
Copy-ready code
/* CSS */
color: #5dbfdf;
background-color: #5dbfdf;
/* Tailwind (arbitrary) */
class="text-[#5dbfdf] bg-[#5dbfdf]"
/* SCSS */
$brand: #5dbfdf;
/* SwiftUI */
Color(red: 0.365, green: 0.749, blue: 0.875)
/* Android */
Color.parseColor("#5dbfdf")Accessibility — WCAG contrast
Aa
#5dbfdf on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5dbfdf on black: 9.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green74.9%
Blue87.5%
CMYK percentages
Cyan58.3%
Magenta14.3%
Yellow0.0%
Key (black)12.5%
Color previews
#5dbfdf text on a black background
contrast 9.98:1
Card sample
#5dbfdf text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5dbfdf;
Background color
Panel with #5dbfdf background
background-color: #5dbfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5dbfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 191, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 191, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5dbfdf; background: linear-gradient(135deg, #5dbfdf, #5D68DF);