#5eb686
a balanced, soft green · cool · closest name: seagreen
RGB
94, 182, 134
HSL
147°, 38%, 54%
CMYK
48, 0, 26, 29
Luminance
0.3756
Every format
| HEX | #5eb686 |
| RGB | rgb(94, 182, 134) |
| HSL | hsl(147, 38%, 54%) |
| CMYK | cmyk(48%, 0%, 26%, 29%) |
| LAB | lab(67.7 -37.6 16.4) |
| LCH | lch(67.7 41.1 156.4) |
| OKLCH | oklch(0.708 0.112 157.9) |
Copy-ready code
/* CSS */
color: #5eb686;
background-color: #5eb686;
/* Tailwind (arbitrary) */
class="text-[#5eb686] bg-[#5eb686]"
/* SCSS */
$brand: #5eb686;
/* SwiftUI */
Color(red: 0.369, green: 0.714, blue: 0.525)
/* Android */
Color.parseColor("#5eb686")Accessibility — WCAG contrast
Aa
#5eb686 on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5eb686 on black: 8.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green71.4%
Blue52.5%
CMYK percentages
Cyan48.4%
Magenta0.0%
Yellow26.4%
Key (black)28.6%
Color previews
#5eb686 text on a black background
contrast 8.51:1
Card sample
#5eb686 text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5eb686;
Background color
Panel with #5eb686 background
background-color: #5eb686;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5eb686;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 182, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 182, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5eb686; background: linear-gradient(135deg, #5eb686, #5EABB6);