#5eb073
a balanced, soft green · cool · closest name: seagreen
RGB
94, 176, 115
HSL
135°, 34%, 53%
CMYK
47, 0, 35, 31
Luminance
0.3467
Every format
| HEX | #5eb073 |
| RGB | rgb(94, 176, 115) |
| HSL | hsl(135, 34%, 53%) |
| CMYK | cmyk(47%, 0%, 35%, 31%) |
| LAB | lab(65.5 -38.6 23.7) |
| LCH | lch(65.5 45.3 148.5) |
| OKLCH | oklch(0.689 0.121 150.5) |
Copy-ready code
/* CSS */
color: #5eb073;
background-color: #5eb073;
/* Tailwind (arbitrary) */
class="text-[#5eb073] bg-[#5eb073]"
/* SCSS */
$brand: #5eb073;
/* SwiftUI */
Color(red: 0.369, green: 0.690, blue: 0.451)
/* Android */
Color.parseColor("#5eb073")Accessibility — WCAG contrast
Aa
#5eb073 on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5eb073 on black: 7.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green69.0%
Blue45.1%
CMYK percentages
Cyan46.6%
Magenta0.0%
Yellow34.7%
Key (black)31.0%
Color previews
#5eb073 text on a black background
contrast 7.93:1
Card sample
#5eb073 text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5eb073;
Background color
Panel with #5eb073 background
background-color: #5eb073;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5eb073;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 176, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 176, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5eb073; background: linear-gradient(135deg, #5eb073, #5EB0AA);