#98cfad
a light, soft green · cool · closest name: aquamarine
RGB
152, 207, 173
HSL
143°, 36%, 70%
CMYK
27, 0, 16, 19
Luminance
0.5432
Every format
| HEX | #98cfad |
| RGB | rgb(152, 207, 173) |
| HSL | hsl(143, 36%, 70%) |
| CMYK | cmyk(27%, 0%, 16%, 19%) |
| LAB | lab(78.7 -24.7 11.2) |
| LCH | lch(78.7 27.1 155.6) |
| OKLCH | oklch(0.807 0.075 157.1) |
Copy-ready code
/* CSS */
color: #98cfad;
background-color: #98cfad;
/* Tailwind (arbitrary) */
class="text-[#98cfad] bg-[#98cfad]"
/* SCSS */
$brand: #98cfad;
/* SwiftUI */
Color(red: 0.596, green: 0.812, blue: 0.678)
/* Android */
Color.parseColor("#98cfad")Accessibility — WCAG contrast
Aa
#98cfad on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98cfad on black: 11.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green81.2%
Blue67.8%
CMYK percentages
Cyan26.6%
Magenta0.0%
Yellow16.4%
Key (black)18.8%
Color previews
#98cfad text on a black background
contrast 11.86:1
Card sample
#98cfad text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98cfad;
Background color
Panel with #98cfad background
background-color: #98cfad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98cfad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 207, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 207, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98cfad; background: linear-gradient(135deg, #98cfad, #98CCCF);