#97bbaf
a light, soft cyan · cool · closest name: silver
RGB
151, 187, 175
HSL
160°, 21%, 66%
CMYK
19, 0, 6, 27
Luminance
0.4522
Every format
| HEX | #97bbaf |
| RGB | rgb(151, 187, 175) |
| HSL | hsl(160, 21%, 66%) |
| CMYK | cmyk(19%, 0%, 6%, 27%) |
| LAB | lab(73.0 -14.6 2.1) |
| LCH | lch(73.0 14.7 171.9) |
| OKLCH | oklch(0.762 0.042 172.9) |
Copy-ready code
/* CSS */
color: #97bbaf;
background-color: #97bbaf;
/* Tailwind (arbitrary) */
class="text-[#97bbaf] bg-[#97bbaf]"
/* SCSS */
$brand: #97bbaf;
/* SwiftUI */
Color(red: 0.592, green: 0.733, blue: 0.686)
/* Android */
Color.parseColor("#97bbaf")Accessibility — WCAG contrast
Aa
#97bbaf on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97bbaf on black: 10.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green73.3%
Blue68.6%
CMYK percentages
Cyan19.3%
Magenta0.0%
Yellow6.4%
Key (black)26.7%
Color previews
#97bbaf text on a black background
contrast 10.04:1
Card sample
#97bbaf text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97bbaf;
Background color
Panel with #97bbaf background
background-color: #97bbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97bbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 187, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 187, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97bbaf; background: linear-gradient(135deg, #97bbaf, #97AFBB);