#98f7df
a light, electric cyan · cool · closest name: aquamarine
RGB
152, 247, 223
HSL
165°, 86%, 78%
CMYK
39, 0, 10, 3
Luminance
0.7852
Every format
| HEX | #98f7df |
| RGB | rgb(152, 247, 223) |
| HSL | hsl(165, 86%, 78%) |
| CMYK | cmyk(39%, 0%, 10%, 3%) |
| LAB | lab(91.0 -33.5 2.7) |
| LCH | lch(91.0 33.6 175.4) |
| OKLCH | oklch(0.910 0.097 176.1) |
Copy-ready code
/* CSS */
color: #98f7df;
background-color: #98f7df;
/* Tailwind (arbitrary) */
class="text-[#98f7df] bg-[#98f7df]"
/* SCSS */
$brand: #98f7df;
/* SwiftUI */
Color(red: 0.596, green: 0.969, blue: 0.875)
/* Android */
Color.parseColor("#98f7df")Accessibility — WCAG contrast
Aa
#98f7df on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98f7df on black: 16.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green96.9%
Blue87.5%
CMYK percentages
Cyan38.5%
Magenta0.0%
Yellow9.7%
Key (black)3.1%
Color previews
#98f7df text on a black background
contrast 16.70:1
Card sample
#98f7df text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98f7df;
Background color
Panel with #98f7df background
background-color: #98f7df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98f7df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 247, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 247, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98f7df; background: linear-gradient(135deg, #98f7df, #98D0F7);