#5dfbee
a light, electric cyan · cool · closest name: cyan
RGB
93, 251, 238
HSL
175°, 95%, 68%
CMYK
63, 0, 5, 2
Luminance
0.7749
Every format
| HEX | #5dfbee |
| RGB | rgb(93, 251, 238) |
| HSL | hsl(175, 95%, 68%) |
| CMYK | cmyk(63%, 0%, 5%, 2%) |
| LAB | lab(90.5 -44.0 -6.0) |
| LCH | lch(90.5 44.4 187.8) |
| OKLCH | oklch(0.902 0.133 187.4) |
Copy-ready code
/* CSS */
color: #5dfbee;
background-color: #5dfbee;
/* Tailwind (arbitrary) */
class="text-[#5dfbee] bg-[#5dfbee]"
/* SCSS */
$brand: #5dfbee;
/* SwiftUI */
Color(red: 0.365, green: 0.984, blue: 0.933)
/* Android */
Color.parseColor("#5dfbee")Accessibility — WCAG contrast
Aa
#5dfbee on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5dfbee on black: 16.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green98.4%
Blue93.3%
CMYK percentages
Cyan62.9%
Magenta0.0%
Yellow5.2%
Key (black)1.6%
Color previews
#5dfbee text on a black background
contrast 16.50:1
Card sample
#5dfbee text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5dfbee;
Background color
Panel with #5dfbee background
background-color: #5dfbee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5dfbee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 251, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 251, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5dfbee; background: linear-gradient(135deg, #5dfbee, #5D9FFB);