#97afff
a light, electric blue · warm · closest name: dodgerblue
RGB
151, 175, 255
HSL
226°, 100%, 80%
CMYK
41, 31, 0, 0
Luminance
0.4446
Every format
| HEX | #97afff |
| RGB | rgb(151, 175, 255) |
| HSL | hsl(226, 100%, 80%) |
| CMYK | cmyk(41%, 31%, 0%, 0%) |
| LAB | lab(72.5 11.3 -42.2) |
| LCH | lch(72.5 43.7 285.0) |
| OKLCH | oklch(0.767 0.118 270.7) |
Copy-ready code
/* CSS */
color: #97afff;
background-color: #97afff;
/* Tailwind (arbitrary) */
class="text-[#97afff] bg-[#97afff]"
/* SCSS */
$brand: #97afff;
/* SwiftUI */
Color(red: 0.592, green: 0.686, blue: 1.000)
/* Android */
Color.parseColor("#97afff")Accessibility — WCAG contrast
Aa
#97afff on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97afff on black: 9.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green68.6%
Blue100.0%
CMYK percentages
Cyan40.8%
Magenta31.4%
Yellow0.0%
Key (black)0.0%
Color previews
#97afff text on a black background
contrast 9.89:1
Card sample
#97afff text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97afff;
Background color
Panel with #97afff background
background-color: #97afff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97afff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 175, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 175, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97afff; background: linear-gradient(135deg, #97afff, #C497FF);