#98cd9b
a light, soft green · cool · closest name: aquamarine
RGB
152, 205, 155
HSL
123°, 35%, 70%
CMYK
26, 0, 24, 20
Luminance
0.5270
Every format
| HEX | #98cd9b |
| RGB | rgb(152, 205, 155) |
| HSL | hsl(123, 35%, 70%) |
| CMYK | cmyk(26%, 0%, 24%, 20%) |
| LAB | lab(77.7 -27.0 19.5) |
| LCH | lch(77.7 33.3 144.2) |
| OKLCH | oklch(0.798 0.089 146.1) |
Copy-ready code
/* CSS */
color: #98cd9b;
background-color: #98cd9b;
/* Tailwind (arbitrary) */
class="text-[#98cd9b] bg-[#98cd9b]"
/* SCSS */
$brand: #98cd9b;
/* SwiftUI */
Color(red: 0.596, green: 0.804, blue: 0.608)
/* Android */
Color.parseColor("#98cd9b")Accessibility — WCAG contrast
Aa
#98cd9b on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98cd9b on black: 11.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green80.4%
Blue60.8%
CMYK percentages
Cyan25.9%
Magenta0.0%
Yellow24.4%
Key (black)19.6%
Color previews
#98cd9b text on a black background
contrast 11.54:1
Card sample
#98cd9b text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98cd9b;
Background color
Panel with #98cd9b background
background-color: #98cd9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98cd9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 205, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 205, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98cd9b; background: linear-gradient(135deg, #98cd9b, #98CDBE);