#5acfd5
a balanced, vivid cyan · cool · closest name: turquoise
RGB
90, 207, 213
HSL
183°, 59%, 59%
CMYK
58, 3, 0, 17
Luminance
0.5160
Every format
| HEX | #5acfd5 |
| RGB | rgb(90, 207, 213) |
| HSL | hsl(183, 59%, 59%) |
| CMYK | cmyk(58%, 3%, 0%, 17%) |
| LAB | lab(77.0 -31.0 -12.9) |
| LCH | lch(77.0 33.6 202.6) |
| OKLCH | oklch(0.790 0.105 199.9) |
Copy-ready code
/* CSS */
color: #5acfd5;
background-color: #5acfd5;
/* Tailwind (arbitrary) */
class="text-[#5acfd5] bg-[#5acfd5]"
/* SCSS */
$brand: #5acfd5;
/* SwiftUI */
Color(red: 0.353, green: 0.812, blue: 0.835)
/* Android */
Color.parseColor("#5acfd5")Accessibility — WCAG contrast
Aa
#5acfd5 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5acfd5 on black: 11.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green81.2%
Blue83.5%
CMYK percentages
Cyan57.7%
Magenta2.8%
Yellow0.0%
Key (black)16.5%
Color previews
#5acfd5 text on a black background
contrast 11.32:1
Card sample
#5acfd5 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5acfd5;
Background color
Panel with #5acfd5 background
background-color: #5acfd5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5acfd5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 207, 213, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 207, 213, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5acfd5; background: linear-gradient(135deg, #5acfd5, #5A7DD5);