#5dfbe2
a light, electric cyan · cool · closest name: turquoise
RGB
93, 251, 226
HSL
171°, 95%, 68%
CMYK
63, 0, 10, 2
Luminance
0.7681
Every format
| HEX | #5dfbe2 |
| RGB | rgb(93, 251, 226) |
| HSL | hsl(171, 95%, 68%) |
| CMYK | cmyk(63%, 0%, 10%, 2%) |
| LAB | lab(90.2 -47.0 -0.3) |
| LCH | lch(90.2 47.0 180.3) |
| OKLCH | oklch(0.899 0.137 180.6) |
Copy-ready code
/* CSS */
color: #5dfbe2;
background-color: #5dfbe2;
/* Tailwind (arbitrary) */
class="text-[#5dfbe2] bg-[#5dfbe2]"
/* SCSS */
$brand: #5dfbe2;
/* SwiftUI */
Color(red: 0.365, green: 0.984, blue: 0.886)
/* Android */
Color.parseColor("#5dfbe2")Accessibility — WCAG contrast
Aa
#5dfbe2 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5dfbe2 on black: 16.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green98.4%
Blue88.6%
CMYK percentages
Cyan62.9%
Magenta0.0%
Yellow10.0%
Key (black)1.6%
Color previews
#5dfbe2 text on a black background
contrast 16.36:1
Card sample
#5dfbe2 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5dfbe2;
Background color
Panel with #5dfbe2 background
background-color: #5dfbe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5dfbe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 251, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 251, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5dfbe2; background: linear-gradient(135deg, #5dfbe2, #5DABFB);