#5dfecb
a light, electric cyan · cool · closest name: aquamarine
RGB
93, 254, 203
HSL
161°, 99%, 68%
CMYK
63, 0, 20, 0
Luminance
0.7752
Every format
| HEX | #5dfecb |
| RGB | rgb(93, 254, 203) |
| HSL | hsl(161, 99%, 68%) |
| CMYK | cmyk(63%, 0%, 20%, 0%) |
| LAB | lab(90.6 -53.7 12.1) |
| LCH | lch(90.6 55.1 167.3) |
| OKLCH | oklch(0.899 0.153 168.3) |
Copy-ready code
/* CSS */
color: #5dfecb;
background-color: #5dfecb;
/* Tailwind (arbitrary) */
class="text-[#5dfecb] bg-[#5dfecb]"
/* SCSS */
$brand: #5dfecb;
/* SwiftUI */
Color(red: 0.365, green: 0.996, blue: 0.796)
/* Android */
Color.parseColor("#5dfecb")Accessibility — WCAG contrast
Aa
#5dfecb on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5dfecb on black: 16.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green99.6%
Blue79.6%
CMYK percentages
Cyan63.4%
Magenta0.0%
Yellow20.1%
Key (black)0.4%
Color previews
#5dfecb text on a black background
contrast 16.50:1
Card sample
#5dfecb text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5dfecb;
Background color
Panel with #5dfecb background
background-color: #5dfecb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5dfecb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 254, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 254, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5dfecb; background: linear-gradient(135deg, #5dfecb, #5DC6FE);