#97afda
a light, vivid blue · cool · closest name: skyblue
RGB
151, 175, 218
HSL
219°, 48%, 72%
CMYK
31, 20, 0, 15
Luminance
0.4230
Every format
| HEX | #97afda |
| RGB | rgb(151, 175, 218) |
| HSL | hsl(219, 48%, 72%) |
| CMYK | cmyk(31%, 20%, 0%, 15%) |
| LAB | lab(71.1 1.7 -24.4) |
| LCH | lch(71.1 24.4 273.9) |
| OKLCH | oklch(0.751 0.068 262.0) |
Copy-ready code
/* CSS */
color: #97afda;
background-color: #97afda;
/* Tailwind (arbitrary) */
class="text-[#97afda] bg-[#97afda]"
/* SCSS */
$brand: #97afda;
/* SwiftUI */
Color(red: 0.592, green: 0.686, blue: 0.855)
/* Android */
Color.parseColor("#97afda")Accessibility — WCAG contrast
Aa
#97afda on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97afda on black: 9.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green68.6%
Blue85.5%
CMYK percentages
Cyan30.7%
Magenta19.7%
Yellow0.0%
Key (black)14.5%
Color previews
#97afda text on a black background
contrast 9.46:1
Card sample
#97afda text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97afda;
Background color
Panel with #97afda background
background-color: #97afda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97afda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 175, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 175, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97afda; background: linear-gradient(135deg, #97afda, #AC97DA);