#5eb968
a balanced, soft green · cool · closest name: seagreen
RGB
94, 185, 104
HSL
127°, 39%, 55%
CMYK
49, 0, 44, 28
Luminance
0.3808
Every format
| HEX | #5eb968 |
| RGB | rgb(94, 185, 104) |
| HSL | hsl(127, 39%, 55%) |
| CMYK | cmyk(49%, 0%, 44%, 28%) |
| LAB | lab(68.1 -44.4 32.9) |
| LCH | lch(68.1 55.2 143.4) |
| OKLCH | oklch(0.710 0.145 146.1) |
Copy-ready code
/* CSS */
color: #5eb968;
background-color: #5eb968;
/* Tailwind (arbitrary) */
class="text-[#5eb968] bg-[#5eb968]"
/* SCSS */
$brand: #5eb968;
/* SwiftUI */
Color(red: 0.369, green: 0.725, blue: 0.408)
/* Android */
Color.parseColor("#5eb968")Accessibility — WCAG contrast
Aa
#5eb968 on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5eb968 on black: 8.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green72.5%
Blue40.8%
CMYK percentages
Cyan49.2%
Magenta0.0%
Yellow43.8%
Key (black)27.5%
Color previews
#5eb968 text on a black background
contrast 8.62:1
Card sample
#5eb968 text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5eb968;
Background color
Panel with #5eb968 background
background-color: #5eb968;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5eb968;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 185, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 185, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5eb968; background: linear-gradient(135deg, #5eb968, #5EB9A5);