#5bc2db
a balanced, vivid cyan · cool · closest name: skyblue
RGB
91, 194, 219
HSL
192°, 64%, 61%
CMYK
58, 11, 0, 14
Luminance
0.4592
Every format
| HEX | #5bc2db |
| RGB | rgb(91, 194, 219) |
| HSL | hsl(192, 64%, 61%) |
| CMYK | cmyk(58%, 11%, 0%, 14%) |
| LAB | lab(73.5 -22.7 -21.5) |
| LCH | lch(73.5 31.3 223.5) |
| OKLCH | oklch(0.762 0.101 216.1) |
Copy-ready code
/* CSS */
color: #5bc2db;
background-color: #5bc2db;
/* Tailwind (arbitrary) */
class="text-[#5bc2db] bg-[#5bc2db]"
/* SCSS */
$brand: #5bc2db;
/* SwiftUI */
Color(red: 0.357, green: 0.761, blue: 0.859)
/* Android */
Color.parseColor("#5bc2db")Accessibility — WCAG contrast
Aa
#5bc2db on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5bc2db on black: 10.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green76.1%
Blue85.9%
CMYK percentages
Cyan58.4%
Magenta11.4%
Yellow0.0%
Key (black)14.1%
Color previews
#5bc2db text on a black background
contrast 10.18:1
Card sample
#5bc2db text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5bc2db;
Background color
Panel with #5bc2db background
background-color: #5bc2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5bc2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 194, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 194, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5bc2db; background: linear-gradient(135deg, #5bc2db, #5B6DDB);