#97adc4
a light, soft blue · cool · closest name: silver
RGB
151, 173, 196
HSL
211°, 28%, 68%
CMYK
23, 12, 0, 23
Luminance
0.4045
Every format
| HEX | #97adc4 |
| RGB | rgb(151, 173, 196) |
| HSL | hsl(211, 28%, 68%) |
| CMYK | cmyk(23%, 12%, 0%, 23%) |
| LAB | lab(69.8 -2.5 -14.3) |
| LCH | lch(69.8 14.5 260.0) |
| OKLCH | oklch(0.739 0.041 249.6) |
Copy-ready code
/* CSS */
color: #97adc4;
background-color: #97adc4;
/* Tailwind (arbitrary) */
class="text-[#97adc4] bg-[#97adc4]"
/* SCSS */
$brand: #97adc4;
/* SwiftUI */
Color(red: 0.592, green: 0.678, blue: 0.769)
/* Android */
Color.parseColor("#97adc4")Accessibility — WCAG contrast
Aa
#97adc4 on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97adc4 on black: 9.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green67.8%
Blue76.9%
CMYK percentages
Cyan23.0%
Magenta11.7%
Yellow0.0%
Key (black)23.1%
Color previews
#97adc4 text on a black background
contrast 9.09:1
Card sample
#97adc4 text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97adc4;
Background color
Panel with #97adc4 background
background-color: #97adc4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97adc4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 173, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 173, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97adc4; background: linear-gradient(135deg, #97adc4, #9F97C4);