#98c08d
a light, soft green · cool · closest name: seagreen
RGB
152, 192, 141
HSL
107°, 29%, 65%
CMYK
21, 0, 27, 25
Luminance
0.4630
Every format
| HEX | #98c08d |
| RGB | rgb(152, 192, 141) |
| HSL | hsl(107, 29%, 65%) |
| CMYK | cmyk(21%, 0%, 27%, 25%) |
| LAB | lab(73.7 -23.0 21.5) |
| LCH | lch(73.7 31.5 137.0) |
| OKLCH | oklch(0.765 0.083 139.0) |
Copy-ready code
/* CSS */
color: #98c08d;
background-color: #98c08d;
/* Tailwind (arbitrary) */
class="text-[#98c08d] bg-[#98c08d]"
/* SCSS */
$brand: #98c08d;
/* SwiftUI */
Color(red: 0.596, green: 0.753, blue: 0.553)
/* Android */
Color.parseColor("#98c08d")Accessibility — WCAG contrast
Aa
#98c08d on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98c08d on black: 10.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green75.3%
Blue55.3%
CMYK percentages
Cyan20.8%
Magenta0.0%
Yellow26.6%
Key (black)24.7%
Color previews
#98c08d text on a black background
contrast 10.26:1
Card sample
#98c08d text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98c08d;
Background color
Panel with #98c08d background
background-color: #98c08d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98c08d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 192, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 192, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98c08d; background: linear-gradient(135deg, #98c08d, #8DC0A4);