#5eb7db
a balanced, vivid cyan · cool · closest name: skyblue
RGB
94, 183, 219
HSL
197°, 64%, 61%
CMYK
57, 16, 0, 14
Luminance
0.4136
Every format
| HEX | #5eb7db |
| RGB | rgb(94, 183, 219) |
| HSL | hsl(197, 64%, 61%) |
| CMYK | cmyk(57%, 16%, 0%, 14%) |
| LAB | lab(70.4 -16.4 -26.2) |
| LCH | lch(70.4 30.9 237.9) |
| OKLCH | oklch(0.738 0.100 226.9) |
Copy-ready code
/* CSS */
color: #5eb7db;
background-color: #5eb7db;
/* Tailwind (arbitrary) */
class="text-[#5eb7db] bg-[#5eb7db]"
/* SCSS */
$brand: #5eb7db;
/* SwiftUI */
Color(red: 0.369, green: 0.718, blue: 0.859)
/* Android */
Color.parseColor("#5eb7db")Accessibility — WCAG contrast
Aa
#5eb7db on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5eb7db on black: 9.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green71.8%
Blue85.9%
CMYK percentages
Cyan57.1%
Magenta16.4%
Yellow0.0%
Key (black)14.1%
Color previews
#5eb7db text on a black background
contrast 9.27:1
Card sample
#5eb7db text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5eb7db;
Background color
Panel with #5eb7db background
background-color: #5eb7db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5eb7db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 183, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 183, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5eb7db; background: linear-gradient(135deg, #5eb7db, #5E64DB);