#97a2ce
a light, soft blue · warm · closest name: steelblue
RGB
151, 162, 206
HSL
228°, 36%, 70%
CMYK
27, 21, 0, 19
Luminance
0.3688
Every format
| HEX | #97a2ce |
| RGB | rgb(151, 162, 206) |
| HSL | hsl(228, 36%, 70%) |
| CMYK | cmyk(27%, 21%, 0%, 19%) |
| LAB | lab(67.2 5.9 -23.7) |
| LCH | lch(67.2 24.5 284.1) |
| OKLCH | oklch(0.719 0.065 273.7) |
Copy-ready code
/* CSS */
color: #97a2ce;
background-color: #97a2ce;
/* Tailwind (arbitrary) */
class="text-[#97a2ce] bg-[#97a2ce]"
/* SCSS */
$brand: #97a2ce;
/* SwiftUI */
Color(red: 0.592, green: 0.635, blue: 0.808)
/* Android */
Color.parseColor("#97a2ce")Accessibility — WCAG contrast
Aa
#97a2ce on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97a2ce on black: 8.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green63.5%
Blue80.8%
CMYK percentages
Cyan26.7%
Magenta21.4%
Yellow0.0%
Key (black)19.2%
Color previews
#97a2ce text on a black background
contrast 8.38:1
Card sample
#97a2ce text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97a2ce;
Background color
Panel with #97a2ce background
background-color: #97a2ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97a2ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 162, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 162, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97a2ce; background: linear-gradient(135deg, #97a2ce, #B197CE);