#5af1fd
a light, electric cyan · cool · closest name: cyan
RGB
90, 241, 253
HSL
184°, 98%, 67%
CMYK
64, 5, 0, 1
Luminance
0.7218
Every format
| HEX | #5af1fd |
| RGB | rgb(90, 241, 253) |
| HSL | hsl(184, 98%, 67%) |
| CMYK | cmyk(64%, 5%, 0%, 1%) |
| LAB | lab(88.0 -35.9 -17.6) |
| LCH | lch(88.0 40.0 206.1) |
| OKLCH | oklch(0.883 0.127 202.6) |
Copy-ready code
/* CSS */
color: #5af1fd;
background-color: #5af1fd;
/* Tailwind (arbitrary) */
class="text-[#5af1fd] bg-[#5af1fd]"
/* SCSS */
$brand: #5af1fd;
/* SwiftUI */
Color(red: 0.353, green: 0.945, blue: 0.992)
/* Android */
Color.parseColor("#5af1fd")Accessibility — WCAG contrast
Aa
#5af1fd on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5af1fd on black: 15.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green94.5%
Blue99.2%
CMYK percentages
Cyan64.4%
Magenta4.7%
Yellow0.0%
Key (black)0.8%
Color previews
#5af1fd text on a black background
contrast 15.44:1
Card sample
#5af1fd text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5af1fd;
Background color
Panel with #5af1fd background
background-color: #5af1fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5af1fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 241, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 241, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5af1fd; background: linear-gradient(135deg, #5af1fd, #5A85FD);