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