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