#97acdf
a light, vivid blue · cool · closest name: steelblue
RGB
151, 172, 223
HSL
223°, 53%, 73%
CMYK
32, 23, 0, 13
Luminance
0.4141
Every format
| HEX | #97acdf |
| RGB | rgb(151, 172, 223) |
| HSL | hsl(223, 53%, 73%) |
| CMYK | cmyk(32%, 23%, 0%, 13%) |
| LAB | lab(70.5 4.6 -28.1) |
| LCH | lch(70.5 28.4 279.3) |
| OKLCH | oklch(0.747 0.078 267.2) |
Copy-ready code
/* CSS */
color: #97acdf;
background-color: #97acdf;
/* Tailwind (arbitrary) */
class="text-[#97acdf] bg-[#97acdf]"
/* SCSS */
$brand: #97acdf;
/* SwiftUI */
Color(red: 0.592, green: 0.675, blue: 0.875)
/* Android */
Color.parseColor("#97acdf")Accessibility — WCAG contrast
Aa
#97acdf on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97acdf on black: 9.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green67.5%
Blue87.5%
CMYK percentages
Cyan32.3%
Magenta22.9%
Yellow0.0%
Key (black)12.5%
Color previews
#97acdf text on a black background
contrast 9.28:1
Card sample
#97acdf text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97acdf;
Background color
Panel with #97acdf background
background-color: #97acdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97acdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 172, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 172, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97acdf; background: linear-gradient(135deg, #97acdf, #B297DF);