#5eb3db
a balanced, vivid cyan · cool · closest name: skyblue
RGB
94, 179, 219
HSL
199°, 64%, 61%
CMYK
57, 18, 0, 14
Luminance
0.3973
Every format
| HEX | #5eb3db |
| RGB | rgb(94, 179, 219) |
| HSL | hsl(199, 64%, 61%) |
| CMYK | cmyk(57%, 18%, 0%, 14%) |
| LAB | lab(69.3 -14.3 -27.9) |
| LCH | lch(69.3 31.4 242.8) |
| OKLCH | oklch(0.729 0.101 230.7) |
Copy-ready code
/* CSS */
color: #5eb3db;
background-color: #5eb3db;
/* Tailwind (arbitrary) */
class="text-[#5eb3db] bg-[#5eb3db]"
/* SCSS */
$brand: #5eb3db;
/* SwiftUI */
Color(red: 0.369, green: 0.702, blue: 0.859)
/* Android */
Color.parseColor("#5eb3db")Accessibility — WCAG contrast
Aa
#5eb3db on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5eb3db on black: 8.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green70.2%
Blue85.9%
CMYK percentages
Cyan57.1%
Magenta18.3%
Yellow0.0%
Key (black)14.1%
Color previews
#5eb3db text on a black background
contrast 8.95:1
Card sample
#5eb3db text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5eb3db;
Background color
Panel with #5eb3db background
background-color: #5eb3db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5eb3db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 179, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 179, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5eb3db; background: linear-gradient(135deg, #5eb3db, #5E60DB);