#97a2cf
a light, soft blue · warm · closest name: steelblue
RGB
151, 162, 207
HSL
228°, 37%, 70%
CMYK
27, 22, 0, 19
Luminance
0.3692
Every format
| HEX | #97a2cf |
| RGB | rgb(151, 162, 207) |
| HSL | hsl(228, 37%, 70%) |
| CMYK | cmyk(27%, 22%, 0%, 19%) |
| LAB | lab(67.2 6.2 -24.2) |
| LCH | lch(67.2 25.0 284.3) |
| OKLCH | oklch(0.720 0.067 273.9) |
Copy-ready code
/* CSS */
color: #97a2cf;
background-color: #97a2cf;
/* Tailwind (arbitrary) */
class="text-[#97a2cf] bg-[#97a2cf]"
/* SCSS */
$brand: #97a2cf;
/* SwiftUI */
Color(red: 0.592, green: 0.635, blue: 0.812)
/* Android */
Color.parseColor("#97a2cf")Accessibility — WCAG contrast
Aa
#97a2cf on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97a2cf on black: 8.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green63.5%
Blue81.2%
CMYK percentages
Cyan27.1%
Magenta21.7%
Yellow0.0%
Key (black)18.8%
Color previews
#97a2cf text on a black background
contrast 8.38:1
Card sample
#97a2cf text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97a2cf;
Background color
Panel with #97a2cf background
background-color: #97a2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97a2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 162, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 162, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97a2cf; background: linear-gradient(135deg, #97a2cf, #B197CF);