#5afeed
a light, electric cyan · cool · closest name: cyan
RGB
90, 254, 237
HSL
174°, 99%, 68%
CMYK
65, 0, 7, 0
Luminance
0.7917
Every format
| HEX | #5afeed |
| RGB | rgb(90, 254, 237) |
| HSL | hsl(174, 99%, 68%) |
| CMYK | cmyk(65%, 0%, 7%, 0%) |
| LAB | lab(91.3 -46.0 -4.4) |
| LCH | lch(91.3 46.3 185.5) |
| OKLCH | oklch(0.908 0.137 185.3) |
Copy-ready code
/* CSS */
color: #5afeed;
background-color: #5afeed;
/* Tailwind (arbitrary) */
class="text-[#5afeed] bg-[#5afeed]"
/* SCSS */
$brand: #5afeed;
/* SwiftUI */
Color(red: 0.353, green: 0.996, blue: 0.929)
/* Android */
Color.parseColor("#5afeed")Accessibility — WCAG contrast
Aa
#5afeed on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5afeed on black: 16.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green99.6%
Blue92.9%
CMYK percentages
Cyan64.6%
Magenta0.0%
Yellow6.7%
Key (black)0.4%
Color previews
#5afeed text on a black background
contrast 16.83:1
Card sample
#5afeed text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5afeed;
Background color
Panel with #5afeed background
background-color: #5afeed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5afeed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 254, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 254, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5afeed; background: linear-gradient(135deg, #5afeed, #5AA2FE);