#5acead
a balanced, vivid cyan · cool · closest name: turquoise
RGB
90, 206, 173
HSL
163°, 54%, 58%
CMYK
56, 0, 16, 19
Luminance
0.4933
Every format
| HEX | #5acead |
| RGB | rgb(90, 206, 173) |
| HSL | hsl(163, 54%, 58%) |
| CMYK | cmyk(56%, 0%, 16%, 19%) |
| LAB | lab(75.7 -40.7 6.6) |
| LCH | lch(75.7 41.3 170.8) |
| OKLCH | oklch(0.775 0.116 171.7) |
Copy-ready code
/* CSS */
color: #5acead;
background-color: #5acead;
/* Tailwind (arbitrary) */
class="text-[#5acead] bg-[#5acead]"
/* SCSS */
$brand: #5acead;
/* SwiftUI */
Color(red: 0.353, green: 0.808, blue: 0.678)
/* Android */
Color.parseColor("#5acead")Accessibility — WCAG contrast
Aa
#5acead on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5acead on black: 10.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green80.8%
Blue67.8%
CMYK percentages
Cyan56.3%
Magenta0.0%
Yellow16.0%
Key (black)19.2%
Color previews
#5acead text on a black background
contrast 10.87:1
Card sample
#5acead text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5acead;
Background color
Panel with #5acead background
background-color: #5acead;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5acead;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 206, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 206, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5acead; background: linear-gradient(135deg, #5acead, #5AA2CE);