Closest to Dark Sea Green
#81C784
Color conversions
Reference values for common CSS, design, and accessibility formats.
| Format | Value | Preview | Copy |
|---|---|---|---|
| HEX | 81C784 | ||
| HEX with # | #81C784 | ||
| RGB | rgb(129, 199, 132) | ||
| RGBA | rgba(129, 199, 132, 1) | ||
| HSL | hsl(122.57 38.46% 64.31%) | ||
| HSLA | hsla(122.57, 38.46%, 64.31%, 1) | ||
| HSV | hsv(122.57, 35.18%, 78.04%) | ||
| CMYK | cmyk(35.18%, 0%, 33.67%, 21.96%) | ||
| OKLCH | oklch(76.6% 0.1179 145.3) |
Closest named matches
Color modifications
Lighter shades
Saturation steps
Suggested pairings
Split-complementary
Try this combo as a gradientUse this color in CSS
--color: #81C784;
bg-[#81c784]
Accessibility quick-check
White text
2.01:1
Decorative only
Black text
10.44:1
AAA normal
Reference notes
#81C784 is a bright, soft green color closest to Dark Sea Green. The color has RGB channels of 129, 199, and 132; in HSL terms, it is centered near 123 degrees with 38% saturation and 64% lightness. In a design system, this balanced reading is a useful shortcut for deciding whether the color should act as a primary accent, a supporting surface, or a quiet divider. The safest usage pattern is to test it against both light and dark surfaces, then reserve the weaker text pairing for decoration rather than essential labels. If the color feels too forceful at full strength, the lighter, darker, and desaturated variants usually provide a calmer path for production UI. For editorial or product interfaces, reserve the most saturated use for accents and repeat softer variants in borders, labels, or background fills. This makes it useful for backgrounds, supporting UI surfaces, editorial layouts, and restrained visual systems. In CSS systems, define it as a custom property first so variations, shadows, and gradients can stay consistent.