#5af3ff
a light, electric cyan · cool · closest name: cyan
RGB
90, 243, 255
HSL
184°, 100%, 68%
CMYK
65, 5, 0, 0
Luminance
0.7349
Every format
| HEX | #5af3ff |
| RGB | rgb(90, 243, 255) |
| HSL | hsl(184, 100%, 68%) |
| CMYK | cmyk(65%, 5%, 0%, 0%) |
| LAB | lab(88.7 -36.3 -17.7) |
| LCH | lch(88.7 40.4 206.0) |
| OKLCH | oklch(0.889 0.128 202.6) |
Copy-ready code
/* CSS */
color: #5af3ff;
background-color: #5af3ff;
/* Tailwind (arbitrary) */
class="text-[#5af3ff] bg-[#5af3ff]"
/* SCSS */
$brand: #5af3ff;
/* SwiftUI */
Color(red: 0.353, green: 0.953, blue: 1.000)
/* Android */
Color.parseColor("#5af3ff")Accessibility — WCAG contrast
Aa
#5af3ff on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5af3ff on black: 15.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green95.3%
Blue100.0%
CMYK percentages
Cyan64.7%
Magenta4.7%
Yellow0.0%
Key (black)0.0%
Color previews
#5af3ff text on a black background
contrast 15.70:1
Card sample
#5af3ff text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5af3ff;
Background color
Panel with #5af3ff background
background-color: #5af3ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5af3ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 243, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 243, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5af3ff; background: linear-gradient(135deg, #5af3ff, #5A85FF);