#5afeeb
a light, electric cyan · cool · closest name: turquoise
RGB
90, 254, 235
HSL
173°, 99%, 68%
CMYK
65, 0, 8, 0
Luminance
0.7906
Every format
| HEX | #5afeeb |
| RGB | rgb(90, 254, 235) |
| HSL | hsl(173, 99%, 68%) |
| CMYK | cmyk(65%, 0%, 8%, 0%) |
| LAB | lab(91.3 -46.5 -3.4) |
| LCH | lch(91.3 46.7 184.2) |
| OKLCH | oklch(0.908 0.138 184.2) |
Copy-ready code
/* CSS */
color: #5afeeb;
background-color: #5afeeb;
/* Tailwind (arbitrary) */
class="text-[#5afeeb] bg-[#5afeeb]"
/* SCSS */
$brand: #5afeeb;
/* SwiftUI */
Color(red: 0.353, green: 0.996, blue: 0.922)
/* Android */
Color.parseColor("#5afeeb")Accessibility — WCAG contrast
Aa
#5afeeb on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5afeeb on black: 16.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green99.6%
Blue92.2%
CMYK percentages
Cyan64.6%
Magenta0.0%
Yellow7.5%
Key (black)0.4%
Color previews
#5afeeb text on a black background
contrast 16.81:1
Card sample
#5afeeb text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5afeeb;
Background color
Panel with #5afeeb background
background-color: #5afeeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5afeeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 254, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 254, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5afeeb; background: linear-gradient(135deg, #5afeeb, #5AA4FE);