#97b4ba
a light, soft cyan · cool · closest name: silver
RGB
151, 180, 186
HSL
190°, 20%, 66%
CMYK
19, 3, 0, 27
Luminance
0.4277
Every format
| HEX | #97b4ba |
| RGB | rgb(151, 180, 186) |
| HSL | hsl(190, 20%, 66%) |
| CMYK | cmyk(19%, 3%, 0%, 27%) |
| LAB | lab(71.4 -8.5 -6.3) |
| LCH | lch(71.4 10.6 216.6) |
| OKLCH | oklch(0.750 0.033 211.6) |
Copy-ready code
/* CSS */
color: #97b4ba;
background-color: #97b4ba;
/* Tailwind (arbitrary) */
class="text-[#97b4ba] bg-[#97b4ba]"
/* SCSS */
$brand: #97b4ba;
/* SwiftUI */
Color(red: 0.592, green: 0.706, blue: 0.729)
/* Android */
Color.parseColor("#97b4ba")Accessibility — WCAG contrast
Aa
#97b4ba on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97b4ba on black: 9.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green70.6%
Blue72.9%
CMYK percentages
Cyan18.8%
Magenta3.2%
Yellow0.0%
Key (black)27.1%
Color previews
#97b4ba text on a black background
contrast 9.55:1
Card sample
#97b4ba text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97b4ba;
Background color
Panel with #97b4ba background
background-color: #97b4ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97b4ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 180, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 180, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97b4ba; background: linear-gradient(135deg, #97b4ba, #979DBA);