#98cc8b
a light, soft green · cool · closest name: aquamarine
RGB
152, 204, 139
HSL
108°, 39%, 67%
CMYK
26, 0, 32, 20
Luminance
0.5173
Every format
| HEX | #98cc8b |
| RGB | rgb(152, 204, 139) |
| HSL | hsl(108, 39%, 67%) |
| CMYK | cmyk(26%, 0%, 32%, 20%) |
| LAB | lab(77.1 -29.2 27.1) |
| LCH | lch(77.1 39.8 137.1) |
| OKLCH | oklch(0.792 0.105 139.5) |
Copy-ready code
/* CSS */
color: #98cc8b;
background-color: #98cc8b;
/* Tailwind (arbitrary) */
class="text-[#98cc8b] bg-[#98cc8b]"
/* SCSS */
$brand: #98cc8b;
/* SwiftUI */
Color(red: 0.596, green: 0.800, blue: 0.545)
/* Android */
Color.parseColor("#98cc8b")Accessibility — WCAG contrast
Aa
#98cc8b on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98cc8b on black: 11.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green80.0%
Blue54.5%
CMYK percentages
Cyan25.5%
Magenta0.0%
Yellow31.9%
Key (black)20.0%
Color previews
#98cc8b text on a black background
contrast 11.35:1
Card sample
#98cc8b text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98cc8b;
Background color
Panel with #98cc8b background
background-color: #98cc8b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98cc8b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 204, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 204, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98cc8b; background: linear-gradient(135deg, #98cc8b, #8BCCA9);