#97adef
a light, vivid blue · warm · closest name: steelblue
RGB
151, 173, 239
HSL
225°, 73%, 77%
CMYK
37, 28, 0, 6
Luminance
0.4270
Every format
| HEX | #97adef |
| RGB | rgb(151, 173, 239) |
| HSL | hsl(225, 73%, 77%) |
| CMYK | cmyk(37%, 28%, 0%, 6%) |
| LAB | lab(71.3 8.2 -35.4) |
| LCH | lch(71.3 36.4 283.0) |
| OKLCH | oklch(0.756 0.099 269.8) |
Copy-ready code
/* CSS */
color: #97adef;
background-color: #97adef;
/* Tailwind (arbitrary) */
class="text-[#97adef] bg-[#97adef]"
/* SCSS */
$brand: #97adef;
/* SwiftUI */
Color(red: 0.592, green: 0.678, blue: 0.937)
/* Android */
Color.parseColor("#97adef")Accessibility — WCAG contrast
Aa
#97adef on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97adef on black: 9.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green67.8%
Blue93.7%
CMYK percentages
Cyan36.8%
Magenta27.6%
Yellow0.0%
Key (black)6.3%
Color previews
#97adef text on a black background
contrast 9.54:1
Card sample
#97adef text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97adef;
Background color
Panel with #97adef background
background-color: #97adef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97adef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 173, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 173, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97adef; background: linear-gradient(135deg, #97adef, #BC97EF);