#5ebaca
a balanced, vivid cyan · cool · closest name: skyblue
RGB
94, 186, 202
HSL
189°, 51%, 58%
CMYK
54, 8, 0, 21
Luminance
0.4176
Every format
| HEX | #5ebaca |
| RGB | rgb(94, 186, 202) |
| HSL | hsl(189, 51%, 58%) |
| CMYK | cmyk(54%, 8%, 0%, 21%) |
| LAB | lab(70.7 -22.9 -16.4) |
| LCH | lch(70.7 28.2 215.7) |
| OKLCH | oklch(0.739 0.090 210.3) |
Copy-ready code
/* CSS */
color: #5ebaca;
background-color: #5ebaca;
/* Tailwind (arbitrary) */
class="text-[#5ebaca] bg-[#5ebaca]"
/* SCSS */
$brand: #5ebaca;
/* SwiftUI */
Color(red: 0.369, green: 0.729, blue: 0.792)
/* Android */
Color.parseColor("#5ebaca")Accessibility — WCAG contrast
Aa
#5ebaca on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ebaca on black: 9.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green72.9%
Blue79.2%
CMYK percentages
Cyan53.5%
Magenta7.9%
Yellow0.0%
Key (black)20.8%
Color previews
#5ebaca text on a black background
contrast 9.35:1
Card sample
#5ebaca text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ebaca;
Background color
Panel with #5ebaca background
background-color: #5ebaca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ebaca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 186, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 186, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ebaca; background: linear-gradient(135deg, #5ebaca, #5E72CA);