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