#5ae5df
a balanced, vivid cyan · cool · closest name: turquoise
RGB
90, 229, 223
HSL
177°, 73%, 63%
CMYK
61, 0, 3, 10
Luminance
0.6354
Every format
| HEX | #5ae5df |
| RGB | rgb(90, 229, 223) |
| HSL | hsl(177, 73%, 63%) |
| CMYK | cmyk(61%, 0%, 3%, 10%) |
| LAB | lab(83.7 -38.6 -8.3) |
| LCH | lch(83.7 39.4 192.1) |
| OKLCH | oklch(0.845 0.119 191.1) |
Copy-ready code
/* CSS */
color: #5ae5df;
background-color: #5ae5df;
/* Tailwind (arbitrary) */
class="text-[#5ae5df] bg-[#5ae5df]"
/* SCSS */
$brand: #5ae5df;
/* SwiftUI */
Color(red: 0.353, green: 0.898, blue: 0.875)
/* Android */
Color.parseColor("#5ae5df")Accessibility — WCAG contrast
Aa
#5ae5df on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ae5df on black: 13.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green89.8%
Blue87.5%
CMYK percentages
Cyan60.7%
Magenta0.0%
Yellow2.6%
Key (black)10.2%
Color previews
#5ae5df text on a black background
contrast 13.71:1
Card sample
#5ae5df text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ae5df;
Background color
Panel with #5ae5df background
background-color: #5ae5df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ae5df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 229, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 229, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ae5df; background: linear-gradient(135deg, #5ae5df, #5A8EE5);