#97afdf
a light, vivid blue · cool · closest name: skyblue
RGB
151, 175, 223
HSL
220°, 53%, 73%
CMYK
32, 22, 0, 13
Luminance
0.4257
Every format
| HEX | #97afdf |
| RGB | rgb(151, 175, 223) |
| HSL | hsl(220, 53%, 73%) |
| CMYK | cmyk(32%, 22%, 0%, 13%) |
| LAB | lab(71.3 2.9 -26.8) |
| LCH | lch(71.3 27.0 276.2) |
| OKLCH | oklch(0.753 0.074 264.0) |
Copy-ready code
/* CSS */
color: #97afdf;
background-color: #97afdf;
/* Tailwind (arbitrary) */
class="text-[#97afdf] bg-[#97afdf]"
/* SCSS */
$brand: #97afdf;
/* SwiftUI */
Color(red: 0.592, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#97afdf")Accessibility — WCAG contrast
Aa
#97afdf on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97afdf on black: 9.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green68.6%
Blue87.5%
CMYK percentages
Cyan32.3%
Magenta21.5%
Yellow0.0%
Key (black)12.5%
Color previews
#97afdf text on a black background
contrast 9.51:1
Card sample
#97afdf text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97afdf;
Background color
Panel with #97afdf background
background-color: #97afdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97afdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97afdf; background: linear-gradient(135deg, #97afdf, #AF97DF);