#97adcd
a light, soft blue · cool · closest name: skyblue
RGB
151, 173, 205
HSL
216°, 35%, 70%
CMYK
26, 16, 0, 20
Luminance
0.4087
Every format
| HEX | #97adcd |
| RGB | rgb(151, 173, 205) |
| HSL | hsl(216, 35%, 70%) |
| CMYK | cmyk(26%, 16%, 0%, 20%) |
| LAB | lab(70.1 -0.4 -18.8) |
| LCH | lch(70.1 18.8 268.8) |
| OKLCH | oklch(0.742 0.052 257.7) |
Copy-ready code
/* CSS */
color: #97adcd;
background-color: #97adcd;
/* Tailwind (arbitrary) */
class="text-[#97adcd] bg-[#97adcd]"
/* SCSS */
$brand: #97adcd;
/* SwiftUI */
Color(red: 0.592, green: 0.678, blue: 0.804)
/* Android */
Color.parseColor("#97adcd")Accessibility — WCAG contrast
Aa
#97adcd on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97adcd on black: 9.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green67.8%
Blue80.4%
CMYK percentages
Cyan26.3%
Magenta15.6%
Yellow0.0%
Key (black)19.6%
Color previews
#97adcd text on a black background
contrast 9.17:1
Card sample
#97adcd text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97adcd;
Background color
Panel with #97adcd background
background-color: #97adcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97adcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 173, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 173, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97adcd; background: linear-gradient(135deg, #97adcd, #A597CD);