#5afdef
a light, electric cyan · cool · closest name: cyan
RGB
90, 253, 239
HSL
175°, 98%, 67%
CMYK
64, 0, 6, 1
Luminance
0.7866
Every format
| HEX | #5afdef |
| RGB | rgb(90, 253, 239) |
| HSL | hsl(175, 98%, 67%) |
| CMYK | cmyk(64%, 0%, 6%, 1%) |
| LAB | lab(91.1 -45.1 -5.8) |
| LCH | lch(91.1 45.5 187.3) |
| OKLCH | oklch(0.906 0.135 186.9) |
Copy-ready code
/* CSS */
color: #5afdef;
background-color: #5afdef;
/* Tailwind (arbitrary) */
class="text-[#5afdef] bg-[#5afdef]"
/* SCSS */
$brand: #5afdef;
/* SwiftUI */
Color(red: 0.353, green: 0.992, blue: 0.937)
/* Android */
Color.parseColor("#5afdef")Accessibility — WCAG contrast
Aa
#5afdef on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5afdef on black: 16.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green99.2%
Blue93.7%
CMYK percentages
Cyan64.4%
Magenta0.0%
Yellow5.5%
Key (black)0.8%
Color previews
#5afdef text on a black background
contrast 16.73:1
Card sample
#5afdef text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5afdef;
Background color
Panel with #5afdef background
background-color: #5afdef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5afdef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 253, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 253, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5afdef; background: linear-gradient(135deg, #5afdef, #5A9FFD);