#5dbfcf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
93, 191, 207
HSL
188°, 54%, 59%
CMYK
55, 8, 0, 19
Luminance
0.4409
Every format
| HEX | #5dbfcf |
| RGB | rgb(93, 191, 207) |
| HSL | hsl(188, 54%, 59%) |
| CMYK | cmyk(55%, 8%, 0%, 19%) |
| LAB | lab(72.3 -24.2 -16.8) |
| LCH | lch(72.3 29.5 214.7) |
| OKLCH | oklch(0.752 0.094 209.5) |
Copy-ready code
/* CSS */
color: #5dbfcf;
background-color: #5dbfcf;
/* Tailwind (arbitrary) */
class="text-[#5dbfcf] bg-[#5dbfcf]"
/* SCSS */
$brand: #5dbfcf;
/* SwiftUI */
Color(red: 0.365, green: 0.749, blue: 0.812)
/* Android */
Color.parseColor("#5dbfcf")Accessibility — WCAG contrast
Aa
#5dbfcf on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5dbfcf on black: 9.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green74.9%
Blue81.2%
CMYK percentages
Cyan55.1%
Magenta7.7%
Yellow0.0%
Key (black)18.8%
Color previews
#5dbfcf text on a black background
contrast 9.82:1
Card sample
#5dbfcf text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5dbfcf;
Background color
Panel with #5dbfcf background
background-color: #5dbfcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5dbfcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 191, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 191, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5dbfcf; background: linear-gradient(135deg, #5dbfcf, #5D73CF);