#5aefdf
a balanced, electric cyan · cool · closest name: turquoise
RGB
90, 239, 223
HSL
174°, 82%, 65%
CMYK
62, 0, 7, 6
Luminance
0.6923
Every format
| HEX | #5aefdf |
| RGB | rgb(90, 239, 223) |
| HSL | hsl(174, 82%, 65%) |
| CMYK | cmyk(62%, 0%, 7%, 6%) |
| LAB | lab(86.6 -43.0 -4.0) |
| LCH | lch(86.6 43.2 185.3) |
| OKLCH | oklch(0.869 0.128 185.2) |
Copy-ready code
/* CSS */
color: #5aefdf;
background-color: #5aefdf;
/* Tailwind (arbitrary) */
class="text-[#5aefdf] bg-[#5aefdf]"
/* SCSS */
$brand: #5aefdf;
/* SwiftUI */
Color(red: 0.353, green: 0.937, blue: 0.875)
/* Android */
Color.parseColor("#5aefdf")Accessibility — WCAG contrast
Aa
#5aefdf on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5aefdf on black: 14.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green93.7%
Blue87.5%
CMYK percentages
Cyan62.3%
Magenta0.0%
Yellow6.7%
Key (black)6.3%
Color previews
#5aefdf text on a black background
contrast 14.85:1
Card sample
#5aefdf text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5aefdf;
Background color
Panel with #5aefdf background
background-color: #5aefdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5aefdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 239, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 239, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5aefdf; background: linear-gradient(135deg, #5aefdf, #5A9CEF);