#5ac2ce
a balanced, vivid cyan · cool · closest name: skyblue
RGB
90, 194, 206
HSL
186°, 54%, 58%
CMYK
56, 6, 0, 19
Luminance
0.4521
Every format
| HEX | #5ac2ce |
| RGB | rgb(90, 194, 206) |
| HSL | hsl(186, 54%, 58%) |
| CMYK | cmyk(56%, 6%, 0%, 19%) |
| LAB | lab(73.0 -26.6 -15.1) |
| LCH | lch(73.0 30.6 209.7) |
| OKLCH | oklch(0.757 0.097 205.5) |
Copy-ready code
/* CSS */
color: #5ac2ce;
background-color: #5ac2ce;
/* Tailwind (arbitrary) */
class="text-[#5ac2ce] bg-[#5ac2ce]"
/* SCSS */
$brand: #5ac2ce;
/* SwiftUI */
Color(red: 0.353, green: 0.761, blue: 0.808)
/* Android */
Color.parseColor("#5ac2ce")Accessibility — WCAG contrast
Aa
#5ac2ce on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ac2ce on black: 10.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green76.1%
Blue80.8%
CMYK percentages
Cyan56.3%
Magenta5.8%
Yellow0.0%
Key (black)19.2%
Color previews
#5ac2ce text on a black background
contrast 10.04:1
Card sample
#5ac2ce text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ac2ce;
Background color
Panel with #5ac2ce background
background-color: #5ac2ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ac2ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 194, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 194, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ac2ce; background: linear-gradient(135deg, #5ac2ce, #5A75CE);