#98ffcb
a light, electric green · cool · closest name: aquamarine
RGB
152, 255, 203
HSL
150°, 100%, 80%
CMYK
40, 0, 20, 0
Luminance
0.8251
Every format
| HEX | #98ffcb |
| RGB | rgb(152, 255, 203) |
| HSL | hsl(150, 100%, 80%) |
| CMYK | cmyk(40%, 0%, 20%, 0%) |
| LAB | lab(92.8 -41.3 15.6) |
| LCH | lch(92.8 44.1 159.3) |
| OKLCH | oklch(0.923 0.121 160.8) |
Copy-ready code
/* CSS */
color: #98ffcb;
background-color: #98ffcb;
/* Tailwind (arbitrary) */
class="text-[#98ffcb] bg-[#98ffcb]"
/* SCSS */
$brand: #98ffcb;
/* SwiftUI */
Color(red: 0.596, green: 1.000, blue: 0.796)
/* Android */
Color.parseColor("#98ffcb")Accessibility — WCAG contrast
Aa
#98ffcb on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98ffcb on black: 17.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green100.0%
Blue79.6%
CMYK percentages
Cyan40.4%
Magenta0.0%
Yellow20.4%
Key (black)0.0%
Color previews
#98ffcb text on a black background
contrast 17.50:1
Card sample
#98ffcb text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98ffcb;
Background color
Panel with #98ffcb background
background-color: #98ffcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98ffcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 255, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 255, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98ffcb; background: linear-gradient(135deg, #98ffcb, #98EEFF);