#5db76f
a balanced, soft green · cool · closest name: seagreen
RGB
93, 183, 111
HSL
132°, 39%, 54%
CMYK
49, 0, 39, 28
Luminance
0.3734
Every format
| HEX | #5db76f |
| RGB | rgb(93, 183, 111) |
| HSL | hsl(132, 39%, 54%) |
| CMYK | cmyk(49%, 0%, 39%, 28%) |
| LAB | lab(67.5 -42.6 28.5) |
| LCH | lch(67.5 51.3 146.2) |
| OKLCH | oklch(0.705 0.136 148.5) |
Copy-ready code
/* CSS */
color: #5db76f;
background-color: #5db76f;
/* Tailwind (arbitrary) */
class="text-[#5db76f] bg-[#5db76f]"
/* SCSS */
$brand: #5db76f;
/* SwiftUI */
Color(red: 0.365, green: 0.718, blue: 0.435)
/* Android */
Color.parseColor("#5db76f")Accessibility — WCAG contrast
Aa
#5db76f on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5db76f on black: 8.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green71.8%
Blue43.5%
CMYK percentages
Cyan49.2%
Magenta0.0%
Yellow39.3%
Key (black)28.2%
Color previews
#5db76f text on a black background
contrast 8.47:1
Card sample
#5db76f text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5db76f;
Background color
Panel with #5db76f background
background-color: #5db76f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5db76f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 183, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 183, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5db76f; background: linear-gradient(135deg, #5db76f, #5DB7AB);