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