#97bfac
a light, soft green · cool · closest name: silver
RGB
151, 191, 172
HSL
152°, 24%, 67%
CMYK
21, 0, 10, 25
Luminance
0.4682
Every format
| HEX | #97bfac |
| RGB | rgb(151, 191, 172) |
| HSL | hsl(152, 24%, 67%) |
| CMYK | cmyk(21%, 0%, 10%, 25%) |
| LAB | lab(74.1 -17.2 5.2) |
| LCH | lch(74.1 18.0 163.2) |
| OKLCH | oklch(0.770 0.051 164.5) |
Copy-ready code
/* CSS */
color: #97bfac;
background-color: #97bfac;
/* Tailwind (arbitrary) */
class="text-[#97bfac] bg-[#97bfac]"
/* SCSS */
$brand: #97bfac;
/* SwiftUI */
Color(red: 0.592, green: 0.749, blue: 0.675)
/* Android */
Color.parseColor("#97bfac")Accessibility — WCAG contrast
Aa
#97bfac on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97bfac on black: 10.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green74.9%
Blue67.5%
CMYK percentages
Cyan20.9%
Magenta0.0%
Yellow9.9%
Key (black)25.1%
Color previews
#97bfac text on a black background
contrast 10.36:1
Card sample
#97bfac text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97bfac;
Background color
Panel with #97bfac background
background-color: #97bfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97bfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 191, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 191, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97bfac; background: linear-gradient(135deg, #97bfac, #97B7BF);