#97a2eb
a light, vivid blue · warm · closest name: steelblue
RGB
151, 162, 235
HSL
232°, 68%, 76%
CMYK
36, 31, 0, 8
Luminance
0.3842
Every format
| HEX | #97a2eb |
| RGB | rgb(151, 162, 235) |
| HSL | hsl(232, 68%, 76%) |
| CMYK | cmyk(36%, 31%, 0%, 8%) |
| LAB | lab(68.3 13.3 -37.9) |
| LCH | lch(68.3 40.2 289.3) |
| OKLCH | oklch(0.732 0.107 276.9) |
Copy-ready code
/* CSS */
color: #97a2eb;
background-color: #97a2eb;
/* Tailwind (arbitrary) */
class="text-[#97a2eb] bg-[#97a2eb]"
/* SCSS */
$brand: #97a2eb;
/* SwiftUI */
Color(red: 0.592, green: 0.635, blue: 0.922)
/* Android */
Color.parseColor("#97a2eb")Accessibility — WCAG contrast
Aa
#97a2eb on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97a2eb on black: 8.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green63.5%
Blue92.2%
CMYK percentages
Cyan35.7%
Magenta31.1%
Yellow0.0%
Key (black)7.8%
Color previews
#97a2eb text on a black background
contrast 8.68:1
Card sample
#97a2eb text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97a2eb;
Background color
Panel with #97a2eb background
background-color: #97a2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97a2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 162, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 162, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97a2eb; background: linear-gradient(135deg, #97a2eb, #C497EB);