#5afadf
a light, electric cyan · cool · closest name: aquamarine
RGB
90, 250, 223
HSL
170°, 94%, 67%
CMYK
64, 0, 11, 2
Luminance
0.7587
Every format
| HEX | #5afadf |
| RGB | rgb(90, 250, 223) |
| HSL | hsl(170, 94%, 67%) |
| CMYK | cmyk(64%, 0%, 11%, 2%) |
| LAB | lab(89.8 -47.8 0.7) |
| LCH | lch(89.8 47.8 179.2) |
| OKLCH | oklch(0.895 0.138 179.6) |
Copy-ready code
/* CSS */
color: #5afadf;
background-color: #5afadf;
/* Tailwind (arbitrary) */
class="text-[#5afadf] bg-[#5afadf]"
/* SCSS */
$brand: #5afadf;
/* SwiftUI */
Color(red: 0.353, green: 0.980, blue: 0.875)
/* Android */
Color.parseColor("#5afadf")Accessibility — WCAG contrast
Aa
#5afadf on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5afadf on black: 16.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green98.0%
Blue87.5%
CMYK percentages
Cyan64.0%
Magenta0.0%
Yellow10.8%
Key (black)2.0%
Color previews
#5afadf text on a black background
contrast 16.17:1
Card sample
#5afadf text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5afadf;
Background color
Panel with #5afadf background
background-color: #5afadf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5afadf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 250, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 250, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5afadf; background: linear-gradient(135deg, #5afadf, #5AAAFA);