#98cfbc
a light, soft green · cool · closest name: silver
RGB
152, 207, 188
HSL
159°, 36%, 70%
CMYK
27, 0, 9, 19
Luminance
0.5493
Every format
| HEX | #98cfbc |
| RGB | rgb(152, 207, 188) |
| HSL | hsl(159, 36%, 70%) |
| CMYK | cmyk(27%, 0%, 9%, 19%) |
| LAB | lab(79.0 -21.7 3.7) |
| LCH | lch(79.0 22.0 170.3) |
| OKLCH | oklch(0.811 0.063 171.3) |
Copy-ready code
/* CSS */
color: #98cfbc;
background-color: #98cfbc;
/* Tailwind (arbitrary) */
class="text-[#98cfbc] bg-[#98cfbc]"
/* SCSS */
$brand: #98cfbc;
/* SwiftUI */
Color(red: 0.596, green: 0.812, blue: 0.737)
/* Android */
Color.parseColor("#98cfbc")Accessibility — WCAG contrast
Aa
#98cfbc on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98cfbc on black: 11.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green81.2%
Blue73.7%
CMYK percentages
Cyan26.6%
Magenta0.0%
Yellow9.2%
Key (black)18.8%
Color previews
#98cfbc text on a black background
contrast 11.99:1
Card sample
#98cfbc text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98cfbc;
Background color
Panel with #98cfbc background
background-color: #98cfbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98cfbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 207, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 207, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98cfbc; background: linear-gradient(135deg, #98cfbc, #98BDCF);