#97acda
a light, vivid blue · cool · closest name: steelblue
RGB
151, 172, 218
HSL
221°, 48%, 72%
CMYK
31, 21, 0, 15
Luminance
0.4115
Every format
| HEX | #97acda |
| RGB | rgb(151, 172, 218) |
| HSL | hsl(221, 48%, 72%) |
| CMYK | cmyk(31%, 21%, 0%, 15%) |
| LAB | lab(70.3 3.3 -25.6) |
| LCH | lch(70.3 25.8 277.4) |
| OKLCH | oklch(0.745 0.071 265.6) |
Copy-ready code
/* CSS */
color: #97acda;
background-color: #97acda;
/* Tailwind (arbitrary) */
class="text-[#97acda] bg-[#97acda]"
/* SCSS */
$brand: #97acda;
/* SwiftUI */
Color(red: 0.592, green: 0.675, blue: 0.855)
/* Android */
Color.parseColor("#97acda")Accessibility — WCAG contrast
Aa
#97acda on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97acda on black: 9.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green67.5%
Blue85.5%
CMYK percentages
Cyan30.7%
Magenta21.1%
Yellow0.0%
Key (black)14.5%
Color previews
#97acda text on a black background
contrast 9.23:1
Card sample
#97acda text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97acda;
Background color
Panel with #97acda background
background-color: #97acda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97acda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 172, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 172, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97acda; background: linear-gradient(135deg, #97acda, #AF97DA);