#97afbf
a light, soft blue · cool · closest name: silver
RGB
151, 175, 191
HSL
204°, 24%, 67%
CMYK
21, 8, 0, 25
Luminance
0.4100
Every format
| HEX | #97afbf |
| RGB | rgb(151, 175, 191) |
| HSL | hsl(204, 24%, 67%) |
| CMYK | cmyk(21%, 8%, 0%, 25%) |
| LAB | lab(70.2 -4.8 -10.9) |
| LCH | lch(70.2 11.9 246.5) |
| OKLCH | oklch(0.741 0.035 237.2) |
Copy-ready code
/* CSS */
color: #97afbf;
background-color: #97afbf;
/* Tailwind (arbitrary) */
class="text-[#97afbf] bg-[#97afbf]"
/* SCSS */
$brand: #97afbf;
/* SwiftUI */
Color(red: 0.592, green: 0.686, blue: 0.749)
/* Android */
Color.parseColor("#97afbf")Accessibility — WCAG contrast
Aa
#97afbf on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97afbf on black: 9.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green68.6%
Blue74.9%
CMYK percentages
Cyan20.9%
Magenta8.4%
Yellow0.0%
Key (black)25.1%
Color previews
#97afbf text on a black background
contrast 9.20:1
Card sample
#97afbf text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97afbf;
Background color
Panel with #97afbf background
background-color: #97afbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97afbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 175, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 175, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97afbf; background: linear-gradient(135deg, #97afbf, #9A97BF);