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