#5af1eb
a balanced, electric cyan · cool · closest name: turquoise
RGB
90, 241, 235
HSL
178°, 84%, 65%
CMYK
63, 0, 3, 6
Luminance
0.7108
Every format
| HEX | #5af1eb |
| RGB | rgb(90, 241, 235) |
| HSL | hsl(178, 84%, 65%) |
| CMYK | cmyk(63%, 0%, 3%, 6%) |
| LAB | lab(87.5 -40.8 -8.9) |
| LCH | lch(87.5 41.8 192.4) |
| OKLCH | oklch(0.877 0.127 191.4) |
Copy-ready code
/* CSS */
color: #5af1eb;
background-color: #5af1eb;
/* Tailwind (arbitrary) */
class="text-[#5af1eb] bg-[#5af1eb]"
/* SCSS */
$brand: #5af1eb;
/* SwiftUI */
Color(red: 0.353, green: 0.945, blue: 0.922)
/* Android */
Color.parseColor("#5af1eb")Accessibility — WCAG contrast
Aa
#5af1eb on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5af1eb on black: 15.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green94.5%
Blue92.2%
CMYK percentages
Cyan62.7%
Magenta0.0%
Yellow2.5%
Key (black)5.5%
Color previews
#5af1eb text on a black background
contrast 15.22:1
Card sample
#5af1eb text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5af1eb;
Background color
Panel with #5af1eb background
background-color: #5af1eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5af1eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 241, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 241, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5af1eb; background: linear-gradient(135deg, #5af1eb, #5A92F1);