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