#98dfbe
a light, vivid green · cool · closest name: aquamarine
RGB
152, 223, 190
HSL
152°, 53%, 74%
CMYK
32, 0, 15, 13
Luminance
0.6317
Every format
| HEX | #98dfbe |
| RGB | rgb(152, 223, 190) |
| HSL | hsl(152, 53%, 74%) |
| CMYK | cmyk(32%, 0%, 15%, 13%) |
| LAB | lab(83.5 -29.1 9.2) |
| LCH | lch(83.5 30.5 162.5) |
| OKLCH | oklch(0.848 0.085 163.9) |
Copy-ready code
/* CSS */
color: #98dfbe;
background-color: #98dfbe;
/* Tailwind (arbitrary) */
class="text-[#98dfbe] bg-[#98dfbe]"
/* SCSS */
$brand: #98dfbe;
/* SwiftUI */
Color(red: 0.596, green: 0.875, blue: 0.745)
/* Android */
Color.parseColor("#98dfbe")Accessibility — WCAG contrast
Aa
#98dfbe on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98dfbe on black: 13.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green87.5%
Blue74.5%
CMYK percentages
Cyan31.8%
Magenta0.0%
Yellow14.8%
Key (black)12.5%
Color previews
#98dfbe text on a black background
contrast 13.63:1
Card sample
#98dfbe text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98dfbe;
Background color
Panel with #98dfbe background
background-color: #98dfbe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98dfbe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 223, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 223, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98dfbe; background: linear-gradient(135deg, #98dfbe, #98D1DF);