#5eb082
a balanced, soft green · cool · closest name: seagreen
RGB
94, 176, 130
HSL
146°, 34%, 53%
CMYK
47, 0, 26, 31
Luminance
0.3504
Every format
| HEX | #5eb082 |
| RGB | rgb(94, 176, 130) |
| HSL | hsl(146, 34%, 53%) |
| CMYK | cmyk(47%, 0%, 26%, 31%) |
| LAB | lab(65.8 -35.7 16.0) |
| LCH | lch(65.8 39.1 155.9) |
| OKLCH | oklch(0.692 0.106 157.5) |
Copy-ready code
/* CSS */
color: #5eb082;
background-color: #5eb082;
/* Tailwind (arbitrary) */
class="text-[#5eb082] bg-[#5eb082]"
/* SCSS */
$brand: #5eb082;
/* SwiftUI */
Color(red: 0.369, green: 0.690, blue: 0.510)
/* Android */
Color.parseColor("#5eb082")Accessibility — WCAG contrast
Aa
#5eb082 on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5eb082 on black: 8.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green69.0%
Blue51.0%
CMYK percentages
Cyan46.6%
Magenta0.0%
Yellow26.1%
Key (black)31.0%
Color previews
#5eb082 text on a black background
contrast 8.01:1
Card sample
#5eb082 text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5eb082;
Background color
Panel with #5eb082 background
background-color: #5eb082;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5eb082;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 176, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 176, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5eb082; background: linear-gradient(135deg, #5eb082, #5EA7B0);