#5afdfe
a light, electric cyan · cool · closest name: cyan
RGB
90, 253, 254
HSL
180°, 99%, 68%
CMYK
65, 0, 0, 0
Luminance
0.7958
Every format
| HEX | #5afdfe |
| RGB | rgb(90, 253, 254) |
| HSL | hsl(180, 99%, 68%) |
| CMYK | cmyk(65%, 0%, 0%, 0%) |
| LAB | lab(91.5 -41.1 -12.9) |
| LCH | lch(91.5 43.1 197.5) |
| OKLCH | oklch(0.911 0.133 195.7) |
Copy-ready code
/* CSS */
color: #5afdfe;
background-color: #5afdfe;
/* Tailwind (arbitrary) */
class="text-[#5afdfe] bg-[#5afdfe]"
/* SCSS */
$brand: #5afdfe;
/* SwiftUI */
Color(red: 0.353, green: 0.992, blue: 0.996)
/* Android */
Color.parseColor("#5afdfe")Accessibility — WCAG contrast
Aa
#5afdfe on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5afdfe on black: 16.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green99.2%
Blue99.6%
CMYK percentages
Cyan64.6%
Magenta0.4%
Yellow0.0%
Key (black)0.4%
Color previews
#5afdfe text on a black background
contrast 16.92:1
Card sample
#5afdfe text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5afdfe;
Background color
Panel with #5afdfe background
background-color: #5afdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5afdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 253, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 253, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5afdfe; background: linear-gradient(135deg, #5afdfe, #5A90FE);