#5eb1db
a balanced, vivid blue · cool · closest name: skyblue
RGB
94, 177, 219
HSL
200°, 64%, 61%
CMYK
57, 19, 0, 14
Luminance
0.3894
Every format
| HEX | #5eb1db |
| RGB | rgb(94, 177, 219) |
| HSL | hsl(200, 64%, 61%) |
| CMYK | cmyk(57%, 19%, 0%, 14%) |
| LAB | lab(68.7 -13.3 -28.8) |
| LCH | lch(68.7 31.7 245.3) |
| OKLCH | oklch(0.725 0.101 232.6) |
Copy-ready code
/* CSS */
color: #5eb1db;
background-color: #5eb1db;
/* Tailwind (arbitrary) */
class="text-[#5eb1db] bg-[#5eb1db]"
/* SCSS */
$brand: #5eb1db;
/* SwiftUI */
Color(red: 0.369, green: 0.694, blue: 0.859)
/* Android */
Color.parseColor("#5eb1db")Accessibility — WCAG contrast
Aa
#5eb1db on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5eb1db on black: 8.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green69.4%
Blue85.9%
CMYK percentages
Cyan57.1%
Magenta19.2%
Yellow0.0%
Key (black)14.1%
Color previews
#5eb1db text on a black background
contrast 8.79:1
Card sample
#5eb1db text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5eb1db;
Background color
Panel with #5eb1db background
background-color: #5eb1db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5eb1db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 177, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 177, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5eb1db; background: linear-gradient(135deg, #5eb1db, #5E5EDB);