#5bafdb
a balanced, vivid blue · cool · closest name: skyblue
RGB
91, 175, 219
HSL
201°, 64%, 61%
CMYK
58, 20, 0, 14
Luminance
0.3800
Every format
| HEX | #5bafdb |
| RGB | rgb(91, 175, 219) |
| HSL | hsl(201, 64%, 61%) |
| CMYK | cmyk(58%, 20%, 0%, 14%) |
| LAB | lab(68.0 -12.8 -29.9) |
| LCH | lch(68.0 32.5 246.9) |
| OKLCH | oklch(0.719 0.104 233.6) |
Copy-ready code
/* CSS */
color: #5bafdb;
background-color: #5bafdb;
/* Tailwind (arbitrary) */
class="text-[#5bafdb] bg-[#5bafdb]"
/* SCSS */
$brand: #5bafdb;
/* SwiftUI */
Color(red: 0.357, green: 0.686, blue: 0.859)
/* Android */
Color.parseColor("#5bafdb")Accessibility — WCAG contrast
Aa
#5bafdb on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5bafdb on black: 8.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green68.6%
Blue85.9%
CMYK percentages
Cyan58.4%
Magenta20.1%
Yellow0.0%
Key (black)14.1%
Color previews
#5bafdb text on a black background
contrast 8.60:1
Card sample
#5bafdb text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5bafdb;
Background color
Panel with #5bafdb background
background-color: #5bafdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5bafdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 175, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 175, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5bafdb; background: linear-gradient(135deg, #5bafdb, #5C5BDB);