#5dfcce
a light, electric cyan · cool · closest name: aquamarine
RGB
93, 252, 206
HSL
163°, 96%, 68%
CMYK
63, 0, 18, 1
Luminance
0.7640
Every format
| HEX | #5dfcce |
| RGB | rgb(93, 252, 206) |
| HSL | hsl(163, 96%, 68%) |
| CMYK | cmyk(63%, 0%, 18%, 1%) |
| LAB | lab(90.0 -52.2 9.8) |
| LCH | lch(90.0 53.1 169.3) |
| OKLCH | oklch(0.896 0.149 170.3) |
Copy-ready code
/* CSS */
color: #5dfcce;
background-color: #5dfcce;
/* Tailwind (arbitrary) */
class="text-[#5dfcce] bg-[#5dfcce]"
/* SCSS */
$brand: #5dfcce;
/* SwiftUI */
Color(red: 0.365, green: 0.988, blue: 0.808)
/* Android */
Color.parseColor("#5dfcce")Accessibility — WCAG contrast
Aa
#5dfcce on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5dfcce on black: 16.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green98.8%
Blue80.8%
CMYK percentages
Cyan63.1%
Magenta0.0%
Yellow18.3%
Key (black)1.2%
Color previews
#5dfcce text on a black background
contrast 16.28:1
Card sample
#5dfcce text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5dfcce;
Background color
Panel with #5dfcce background
background-color: #5dfcce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5dfcce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 252, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 252, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5dfcce; background: linear-gradient(135deg, #5dfcce, #5DC0FC);