#97afdc
a light, vivid blue · cool · closest name: skyblue
RGB
151, 175, 220
HSL
219°, 50%, 73%
CMYK
31, 21, 0, 14
Luminance
0.4241
Every format
| HEX | #97afdc |
| RGB | rgb(151, 175, 220) |
| HSL | hsl(219, 50%, 73%) |
| CMYK | cmyk(31%, 21%, 0%, 14%) |
| LAB | lab(71.2 2.2 -25.4) |
| LCH | lch(71.2 25.4 274.9) |
| OKLCH | oklch(0.752 0.070 262.8) |
Copy-ready code
/* CSS */
color: #97afdc;
background-color: #97afdc;
/* Tailwind (arbitrary) */
class="text-[#97afdc] bg-[#97afdc]"
/* SCSS */
$brand: #97afdc;
/* SwiftUI */
Color(red: 0.592, green: 0.686, blue: 0.863)
/* Android */
Color.parseColor("#97afdc")Accessibility — WCAG contrast
Aa
#97afdc on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97afdc on black: 9.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green68.6%
Blue86.3%
CMYK percentages
Cyan31.4%
Magenta20.5%
Yellow0.0%
Key (black)13.7%
Color previews
#97afdc text on a black background
contrast 9.48:1
Card sample
#97afdc text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97afdc;
Background color
Panel with #97afdc background
background-color: #97afdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97afdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 175, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 175, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97afdc; background: linear-gradient(135deg, #97afdc, #AD97DC);