#5dbb8e
a balanced, soft green · cool · closest name: seagreen
RGB
93, 187, 142
HSL
151°, 41%, 55%
CMYK
50, 0, 24, 27
Luminance
0.3982
Every format
| HEX | #5dbb8e |
| RGB | rgb(93, 187, 142) |
| HSL | hsl(151, 41%, 55%) |
| CMYK | cmyk(50%, 0%, 24%, 27%) |
| LAB | lab(69.3 -38.5 14.4) |
| LCH | lch(69.3 41.1 159.5) |
| OKLCH | oklch(0.722 0.112 160.9) |
Copy-ready code
/* CSS */
color: #5dbb8e;
background-color: #5dbb8e;
/* Tailwind (arbitrary) */
class="text-[#5dbb8e] bg-[#5dbb8e]"
/* SCSS */
$brand: #5dbb8e;
/* SwiftUI */
Color(red: 0.365, green: 0.733, blue: 0.557)
/* Android */
Color.parseColor("#5dbb8e")Accessibility — WCAG contrast
Aa
#5dbb8e on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5dbb8e on black: 8.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green73.3%
Blue55.7%
CMYK percentages
Cyan50.3%
Magenta0.0%
Yellow24.1%
Key (black)26.7%
Color previews
#5dbb8e text on a black background
contrast 8.96:1
Card sample
#5dbb8e text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5dbb8e;
Background color
Panel with #5dbb8e background
background-color: #5dbb8e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5dbb8e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 187, 142, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 187, 142, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5dbb8e; background: linear-gradient(135deg, #5dbb8e, #5DA9BB);