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