#5ae2cf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
90, 226, 207
HSL
172°, 70%, 62%
CMYK
60, 0, 8, 11
Luminance
0.6107
Every format
| HEX | #5ae2cf |
| RGB | rgb(90, 226, 207) |
| HSL | hsl(172, 70%, 62%) |
| CMYK | cmyk(60%, 0%, 8%, 11%) |
| LAB | lab(82.4 -41.4 -1.7) |
| LCH | lch(82.4 41.4 182.4) |
| OKLCH | oklch(0.833 0.121 182.5) |
Copy-ready code
/* CSS */
color: #5ae2cf;
background-color: #5ae2cf;
/* Tailwind (arbitrary) */
class="text-[#5ae2cf] bg-[#5ae2cf]"
/* SCSS */
$brand: #5ae2cf;
/* SwiftUI */
Color(red: 0.353, green: 0.886, blue: 0.812)
/* Android */
Color.parseColor("#5ae2cf")Accessibility — WCAG contrast
Aa
#5ae2cf on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ae2cf on black: 13.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green88.6%
Blue81.2%
CMYK percentages
Cyan60.2%
Magenta0.0%
Yellow8.4%
Key (black)11.4%
Color previews
#5ae2cf text on a black background
contrast 13.21:1
Card sample
#5ae2cf text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ae2cf;
Background color
Panel with #5ae2cf background
background-color: #5ae2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ae2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 226, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 226, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ae2cf; background: linear-gradient(135deg, #5ae2cf, #5A9AE2);