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