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