#97aefd
a light, electric blue · warm · closest name: dodgerblue
RGB
151, 174, 253
HSL
227°, 96%, 79%
CMYK
40, 31, 0, 1
Luminance
0.4394
Every format
| HEX | #97aefd |
| RGB | rgb(151, 174, 253) |
| HSL | hsl(227, 96%, 79%) |
| CMYK | cmyk(40%, 31%, 0%, 1%) |
| LAB | lab(72.2 11.4 -41.7) |
| LCH | lch(72.2 43.2 285.2) |
| OKLCH | oklch(0.764 0.117 271.0) |
Copy-ready code
/* CSS */
color: #97aefd;
background-color: #97aefd;
/* Tailwind (arbitrary) */
class="text-[#97aefd] bg-[#97aefd]"
/* SCSS */
$brand: #97aefd;
/* SwiftUI */
Color(red: 0.592, green: 0.682, blue: 0.992)
/* Android */
Color.parseColor("#97aefd")Accessibility — WCAG contrast
Aa
#97aefd on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97aefd on black: 9.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green68.2%
Blue99.2%
CMYK percentages
Cyan40.3%
Magenta31.2%
Yellow0.0%
Key (black)0.8%
Color previews
#97aefd text on a black background
contrast 9.79:1
Card sample
#97aefd text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97aefd;
Background color
Panel with #97aefd background
background-color: #97aefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97aefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 174, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 174, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97aefd; background: linear-gradient(135deg, #97aefd, #C497FD);