#5ebac2
a balanced, vivid cyan · cool · closest name: skyblue
RGB
94, 186, 194
HSL
185°, 45%, 57%
CMYK
52, 4, 0, 24
Luminance
0.4139
Every format
| HEX | #5ebac2 |
| RGB | rgb(94, 186, 194) |
| HSL | hsl(185, 45%, 57%) |
| CMYK | cmyk(52%, 4%, 0%, 24%) |
| LAB | lab(70.5 -25.1 -12.5) |
| LCH | lch(70.5 28.0 206.4) |
| OKLCH | oklch(0.736 0.088 202.9) |
Copy-ready code
/* CSS */
color: #5ebac2;
background-color: #5ebac2;
/* Tailwind (arbitrary) */
class="text-[#5ebac2] bg-[#5ebac2]"
/* SCSS */
$brand: #5ebac2;
/* SwiftUI */
Color(red: 0.369, green: 0.729, blue: 0.761)
/* Android */
Color.parseColor("#5ebac2")Accessibility — WCAG contrast
Aa
#5ebac2 on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ebac2 on black: 9.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green72.9%
Blue76.1%
CMYK percentages
Cyan51.5%
Magenta4.1%
Yellow0.0%
Key (black)23.9%
Color previews
#5ebac2 text on a black background
contrast 9.28:1
Card sample
#5ebac2 text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ebac2;
Background color
Panel with #5ebac2 background
background-color: #5ebac2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ebac2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 186, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 186, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ebac2; background: linear-gradient(135deg, #5ebac2, #5E77C2);