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