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