#98eccf
a light, vivid green · cool · closest name: aquamarine
RGB
152, 236, 207
HSL
159°, 69%, 76%
CMYK
36, 0, 12, 8
Luminance
0.7117
Every format
| HEX | #98eccf |
| RGB | rgb(152, 236, 207) |
| HSL | hsl(159, 69%, 76%) |
| CMYK | cmyk(36%, 0%, 12%, 8%) |
| LAB | lab(87.6 -31.8 6.0) |
| LCH | lch(87.6 32.3 169.3) |
| OKLCH | oklch(0.881 0.092 170.3) |
Copy-ready code
/* CSS */
color: #98eccf;
background-color: #98eccf;
/* Tailwind (arbitrary) */
class="text-[#98eccf] bg-[#98eccf]"
/* SCSS */
$brand: #98eccf;
/* SwiftUI */
Color(red: 0.596, green: 0.925, blue: 0.812)
/* Android */
Color.parseColor("#98eccf")Accessibility — WCAG contrast
Aa
#98eccf on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98eccf on black: 15.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green92.5%
Blue81.2%
CMYK percentages
Cyan35.6%
Magenta0.0%
Yellow12.3%
Key (black)7.5%
Color previews
#98eccf text on a black background
contrast 15.23:1
Card sample
#98eccf text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98eccf;
Background color
Panel with #98eccf background
background-color: #98eccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98eccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 236, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 236, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98eccf; background: linear-gradient(135deg, #98eccf, #98D1EC);