#5ddbb1
a balanced, vivid cyan · cool · closest name: aquamarine
RGB
93, 219, 177
HSL
160°, 64%, 61%
CMYK
58, 0, 19, 14
Luminance
0.5616
Every format
| HEX | #5ddbb1 |
| RGB | rgb(93, 219, 177) |
| HSL | hsl(160, 64%, 61%) |
| CMYK | cmyk(58%, 0%, 19%, 14%) |
| LAB | lab(79.7 -44.9 10.3) |
| LCH | lch(79.7 46.1 167.1) |
| OKLCH | oklch(0.809 0.128 168.2) |
Copy-ready code
/* CSS */
color: #5ddbb1;
background-color: #5ddbb1;
/* Tailwind (arbitrary) */
class="text-[#5ddbb1] bg-[#5ddbb1]"
/* SCSS */
$brand: #5ddbb1;
/* SwiftUI */
Color(red: 0.365, green: 0.859, blue: 0.694)
/* Android */
Color.parseColor("#5ddbb1")Accessibility — WCAG contrast
Aa
#5ddbb1 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ddbb1 on black: 12.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green85.9%
Blue69.4%
CMYK percentages
Cyan57.5%
Magenta0.0%
Yellow19.2%
Key (black)14.1%
Color previews
#5ddbb1 text on a black background
contrast 12.23:1
Card sample
#5ddbb1 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ddbb1;
Background color
Panel with #5ddbb1 background
background-color: #5ddbb1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ddbb1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 219, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 219, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ddbb1; background: linear-gradient(135deg, #5ddbb1, #5DB1DB);