#5bafd5
a balanced, vivid cyan · cool · closest name: skyblue
RGB
91, 175, 213
HSL
199°, 59%, 60%
CMYK
57, 18, 0, 17
Luminance
0.3769
Every format
| HEX | #5bafd5 |
| RGB | rgb(91, 175, 213) |
| HSL | hsl(199, 59%, 60%) |
| CMYK | cmyk(57%, 18%, 0%, 17%) |
| LAB | lab(67.8 -14.6 -26.9) |
| LCH | lch(67.8 30.6 241.6) |
| OKLCH | oklch(0.716 0.098 229.7) |
Copy-ready code
/* CSS */
color: #5bafd5;
background-color: #5bafd5;
/* Tailwind (arbitrary) */
class="text-[#5bafd5] bg-[#5bafd5]"
/* SCSS */
$brand: #5bafd5;
/* SwiftUI */
Color(red: 0.357, green: 0.686, blue: 0.835)
/* Android */
Color.parseColor("#5bafd5")Accessibility — WCAG contrast
Aa
#5bafd5 on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5bafd5 on black: 8.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green68.6%
Blue83.5%
CMYK percentages
Cyan57.3%
Magenta17.8%
Yellow0.0%
Key (black)16.5%
Color previews
#5bafd5 text on a black background
contrast 8.54:1
Card sample
#5bafd5 text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5bafd5;
Background color
Panel with #5bafd5 background
background-color: #5bafd5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5bafd5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 175, 213, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 175, 213, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5bafd5; background: linear-gradient(135deg, #5bafd5, #5B5ED5);