#5deee3
a balanced, electric cyan · cool · closest name: turquoise
RGB
93, 238, 227
HSL
175°, 81%, 65%
CMYK
61, 0, 5, 7
Luminance
0.6902
Every format
| HEX | #5deee3 |
| RGB | rgb(93, 238, 227) |
| HSL | hsl(175, 81%, 65%) |
| CMYK | cmyk(61%, 0%, 5%, 7%) |
| LAB | lab(86.5 -41.1 -6.3) |
| LCH | lch(86.5 41.6 188.6) |
| OKLCH | oklch(0.869 0.124 188.1) |
Copy-ready code
/* CSS */
color: #5deee3;
background-color: #5deee3;
/* Tailwind (arbitrary) */
class="text-[#5deee3] bg-[#5deee3]"
/* SCSS */
$brand: #5deee3;
/* SwiftUI */
Color(red: 0.365, green: 0.933, blue: 0.890)
/* Android */
Color.parseColor("#5deee3")Accessibility — WCAG contrast
Aa
#5deee3 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5deee3 on black: 14.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green93.3%
Blue89.0%
CMYK percentages
Cyan60.9%
Magenta0.0%
Yellow4.6%
Key (black)6.7%
Color previews
#5deee3 text on a black background
contrast 14.80:1
Card sample
#5deee3 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5deee3;
Background color
Panel with #5deee3 background
background-color: #5deee3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5deee3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 238, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 238, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5deee3; background: linear-gradient(135deg, #5deee3, #5D98EE);