#97a2df
a light, vivid blue · warm · closest name: steelblue
RGB
151, 162, 223
HSL
231°, 53%, 73%
CMYK
32, 27, 0, 13
Luminance
0.3775
Every format
| HEX | #97a2df |
| RGB | rgb(151, 162, 223) |
| HSL | hsl(231, 53%, 73%) |
| CMYK | cmyk(32%, 27%, 0%, 13%) |
| LAB | lab(67.8 10.2 -32.1) |
| LCH | lch(67.8 33.7 287.6) |
| OKLCH | oklch(0.726 0.090 276.1) |
Copy-ready code
/* CSS */
color: #97a2df;
background-color: #97a2df;
/* Tailwind (arbitrary) */
class="text-[#97a2df] bg-[#97a2df]"
/* SCSS */
$brand: #97a2df;
/* SwiftUI */
Color(red: 0.592, green: 0.635, blue: 0.875)
/* Android */
Color.parseColor("#97a2df")Accessibility — WCAG contrast
Aa
#97a2df on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97a2df on black: 8.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green63.5%
Blue87.5%
CMYK percentages
Cyan32.3%
Magenta27.4%
Yellow0.0%
Key (black)12.5%
Color previews
#97a2df text on a black background
contrast 8.55:1
Card sample
#97a2df text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97a2df;
Background color
Panel with #97a2df background
background-color: #97a2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97a2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 162, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 162, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97a2df; background: linear-gradient(135deg, #97a2df, #BC97DF);