#5adfdf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
90, 223, 223
HSL
180°, 68%, 61%
CMYK
60, 0, 0, 13
Luminance
0.6028
Every format
| HEX | #5adfdf |
| RGB | rgb(90, 223, 223) |
| HSL | hsl(180, 68%, 61%) |
| CMYK | cmyk(60%, 0%, 0%, 13%) |
| LAB | lab(82.0 -35.8 -10.9) |
| LCH | lch(82.0 37.4 196.9) |
| OKLCH | oklch(0.831 0.115 195.2) |
Copy-ready code
/* CSS */
color: #5adfdf;
background-color: #5adfdf;
/* Tailwind (arbitrary) */
class="text-[#5adfdf] bg-[#5adfdf]"
/* SCSS */
$brand: #5adfdf;
/* SwiftUI */
Color(red: 0.353, green: 0.875, blue: 0.875)
/* Android */
Color.parseColor("#5adfdf")Accessibility — WCAG contrast
Aa
#5adfdf on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5adfdf on black: 13.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green87.5%
Blue87.5%
CMYK percentages
Cyan59.6%
Magenta0.0%
Yellow0.0%
Key (black)12.5%
Color previews
#5adfdf text on a black background
contrast 13.06:1
Card sample
#5adfdf text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5adfdf;
Background color
Panel with #5adfdf background
background-color: #5adfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5adfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 223, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 223, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5adfdf; background: linear-gradient(135deg, #5adfdf, #5A86DF);