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