#5bd2df
a balanced, vivid cyan · cool · closest name: skyblue
RGB
91, 210, 223
HSL
186°, 67%, 62%
CMYK
59, 6, 0, 13
Luminance
0.5365
Every format
| HEX | #5bd2df |
| RGB | rgb(91, 210, 223) |
| HSL | hsl(186, 67%, 62%) |
| CMYK | cmyk(59%, 6%, 0%, 13%) |
| LAB | lab(78.3 -29.5 -16.5) |
| LCH | lch(78.3 33.8 209.2) |
| OKLCH | oklch(0.801 0.107 205.1) |
Copy-ready code
/* CSS */
color: #5bd2df;
background-color: #5bd2df;
/* Tailwind (arbitrary) */
class="text-[#5bd2df] bg-[#5bd2df]"
/* SCSS */
$brand: #5bd2df;
/* SwiftUI */
Color(red: 0.357, green: 0.824, blue: 0.875)
/* Android */
Color.parseColor("#5bd2df")Accessibility — WCAG contrast
Aa
#5bd2df on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5bd2df on black: 11.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green82.4%
Blue87.5%
CMYK percentages
Cyan59.2%
Magenta5.8%
Yellow0.0%
Key (black)12.5%
Color previews
#5bd2df text on a black background
contrast 11.73:1
Card sample
#5bd2df text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5bd2df;
Background color
Panel with #5bd2df background
background-color: #5bd2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5bd2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 210, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 210, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5bd2df; background: linear-gradient(135deg, #5bd2df, #5B7ADF);