#5aefd6
a balanced, electric cyan · cool · closest name: turquoise
RGB
90, 239, 214
HSL
170°, 82%, 65%
CMYK
62, 0, 11, 6
Luminance
0.6876
Every format
| HEX | #5aefd6 |
| RGB | rgb(90, 239, 214) |
| HSL | hsl(170, 82%, 65%) |
| CMYK | cmyk(62%, 0%, 11%, 6%) |
| LAB | lab(86.4 -45.3 0.4) |
| LCH | lch(86.4 45.3 179.5) |
| OKLCH | oklch(0.866 0.131 179.9) |
Copy-ready code
/* CSS */
color: #5aefd6;
background-color: #5aefd6;
/* Tailwind (arbitrary) */
class="text-[#5aefd6] bg-[#5aefd6]"
/* SCSS */
$brand: #5aefd6;
/* SwiftUI */
Color(red: 0.353, green: 0.937, blue: 0.839)
/* Android */
Color.parseColor("#5aefd6")Accessibility — WCAG contrast
Aa
#5aefd6 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5aefd6 on black: 14.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green93.7%
Blue83.9%
CMYK percentages
Cyan62.3%
Magenta0.0%
Yellow10.5%
Key (black)6.3%
Color previews
#5aefd6 text on a black background
contrast 14.75:1
Card sample
#5aefd6 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5aefd6;
Background color
Panel with #5aefd6 background
background-color: #5aefd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5aefd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 239, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 239, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5aefd6; background: linear-gradient(135deg, #5aefd6, #5AA5EF);