#97afad
a balanced, muted cyan · cool · closest name: silver
RGB
151, 175, 173
HSL
175°, 13%, 64%
CMYK
14, 0, 1, 31
Luminance
0.4026
Every format
| HEX | #97afad |
| RGB | rgb(151, 175, 173) |
| HSL | hsl(175, 13%, 64%) |
| CMYK | cmyk(14%, 0%, 1%, 31%) |
| LAB | lab(69.7 -8.7 -1.8) |
| LCH | lch(69.7 8.8 191.5) |
| OKLCH | oklch(0.735 0.027 190.4) |
Copy-ready code
/* CSS */
color: #97afad;
background-color: #97afad;
/* Tailwind (arbitrary) */
class="text-[#97afad] bg-[#97afad]"
/* SCSS */
$brand: #97afad;
/* SwiftUI */
Color(red: 0.592, green: 0.686, blue: 0.678)
/* Android */
Color.parseColor("#97afad")Accessibility — WCAG contrast
Aa
#97afad on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97afad on black: 9.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green68.6%
Blue67.8%
CMYK percentages
Cyan13.7%
Magenta0.0%
Yellow1.1%
Key (black)31.4%
Color previews
#97afad text on a black background
contrast 9.05:1
Card sample
#97afad text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97afad;
Background color
Panel with #97afad background
background-color: #97afad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97afad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 175, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 175, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97afad; background: linear-gradient(135deg, #97afad, #97A1AF);