#5bc9db
a balanced, vivid cyan · cool · closest name: skyblue
RGB
91, 201, 219
HSL
188°, 64%, 61%
CMYK
58, 8, 0, 14
Luminance
0.4911
Every format
| HEX | #5bc9db |
| RGB | rgb(91, 201, 219) |
| HSL | hsl(188, 64%, 61%) |
| CMYK | cmyk(58%, 8%, 0%, 14%) |
| LAB | lab(75.5 -26.2 -18.4) |
| LCH | lch(75.5 32.0 215.1) |
| OKLCH | oklch(0.779 0.103 209.7) |
Copy-ready code
/* CSS */
color: #5bc9db;
background-color: #5bc9db;
/* Tailwind (arbitrary) */
class="text-[#5bc9db] bg-[#5bc9db]"
/* SCSS */
$brand: #5bc9db;
/* SwiftUI */
Color(red: 0.357, green: 0.788, blue: 0.859)
/* Android */
Color.parseColor("#5bc9db")Accessibility — WCAG contrast
Aa
#5bc9db on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5bc9db on black: 10.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green78.8%
Blue85.9%
CMYK percentages
Cyan58.4%
Magenta8.2%
Yellow0.0%
Key (black)14.1%
Color previews
#5bc9db text on a black background
contrast 10.82:1
Card sample
#5bc9db text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5bc9db;
Background color
Panel with #5bc9db background
background-color: #5bc9db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5bc9db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 201, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 201, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5bc9db; background: linear-gradient(135deg, #5bc9db, #5B74DB);