#98cbaf
a light, soft green · cool · closest name: silver
RGB
152, 203, 175
HSL
147°, 33%, 70%
CMYK
25, 0, 14, 20
Luminance
0.5248
Every format
| HEX | #98cbaf |
| RGB | rgb(152, 203, 175) |
| HSL | hsl(147, 33%, 70%) |
| CMYK | cmyk(25%, 0%, 14%, 20%) |
| LAB | lab(77.6 -22.4 8.6) |
| LCH | lch(77.6 23.9 158.9) |
| OKLCH | oklch(0.798 0.067 160.4) |
Copy-ready code
/* CSS */
color: #98cbaf;
background-color: #98cbaf;
/* Tailwind (arbitrary) */
class="text-[#98cbaf] bg-[#98cbaf]"
/* SCSS */
$brand: #98cbaf;
/* SwiftUI */
Color(red: 0.596, green: 0.796, blue: 0.686)
/* Android */
Color.parseColor("#98cbaf")Accessibility — WCAG contrast
Aa
#98cbaf on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98cbaf on black: 11.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green79.6%
Blue68.6%
CMYK percentages
Cyan25.1%
Magenta0.0%
Yellow13.8%
Key (black)20.4%
Color previews
#98cbaf text on a black background
contrast 11.50:1
Card sample
#98cbaf text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98cbaf;
Background color
Panel with #98cbaf background
background-color: #98cbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98cbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 203, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 203, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98cbaf; background: linear-gradient(135deg, #98cbaf, #98C5CB);