#98fbdf
a light, electric cyan · cool · closest name: aquamarine
RGB
152, 251, 223
HSL
163°, 93%, 79%
CMYK
39, 0, 11, 2
Luminance
0.8100
Every format
| HEX | #98fbdf |
| RGB | rgb(152, 251, 223) |
| HSL | hsl(163, 93%, 79%) |
| CMYK | cmyk(39%, 0%, 11%, 2%) |
| LAB | lab(92.1 -35.4 4.3) |
| LCH | lch(92.1 35.6 173.1) |
| OKLCH | oklch(0.919 0.102 173.9) |
Copy-ready code
/* CSS */
color: #98fbdf;
background-color: #98fbdf;
/* Tailwind (arbitrary) */
class="text-[#98fbdf] bg-[#98fbdf]"
/* SCSS */
$brand: #98fbdf;
/* SwiftUI */
Color(red: 0.596, green: 0.984, blue: 0.875)
/* Android */
Color.parseColor("#98fbdf")Accessibility — WCAG contrast
Aa
#98fbdf on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98fbdf on black: 17.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green98.4%
Blue87.5%
CMYK percentages
Cyan39.4%
Magenta0.0%
Yellow11.2%
Key (black)1.6%
Color previews
#98fbdf text on a black background
contrast 17.20:1
Card sample
#98fbdf text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98fbdf;
Background color
Panel with #98fbdf background
background-color: #98fbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98fbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 251, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 251, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98fbdf; background: linear-gradient(135deg, #98fbdf, #98D5FB);