#98baac
a light, soft green · cool · closest name: silver
RGB
152, 186, 172
HSL
155°, 20%, 66%
CMYK
18, 0, 8, 27
Luminance
0.4477
Every format
| HEX | #98baac |
| RGB | rgb(152, 186, 172) |
| HSL | hsl(155, 20%, 66%) |
| CMYK | cmyk(18%, 0%, 8%, 27%) |
| LAB | lab(72.7 -14.3 3.3) |
| LCH | lch(72.7 14.7 167.0) |
| OKLCH | oklch(0.760 0.042 168.3) |
Copy-ready code
/* CSS */
color: #98baac;
background-color: #98baac;
/* Tailwind (arbitrary) */
class="text-[#98baac] bg-[#98baac]"
/* SCSS */
$brand: #98baac;
/* SwiftUI */
Color(red: 0.596, green: 0.729, blue: 0.675)
/* Android */
Color.parseColor("#98baac")Accessibility — WCAG contrast
Aa
#98baac on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98baac on black: 9.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green72.9%
Blue67.5%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow7.5%
Key (black)27.1%
Color previews
#98baac text on a black background
contrast 9.95:1
Card sample
#98baac text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98baac;
Background color
Panel with #98baac background
background-color: #98baac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98baac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 186, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 186, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98baac; background: linear-gradient(135deg, #98baac, #98B1BA);