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