#97abfd
a light, electric blue · warm · closest name: dodgerblue
RGB
151, 171, 253
HSL
228°, 96%, 79%
CMYK
40, 32, 0, 1
Luminance
0.4280
Every format
| HEX | #97abfd |
| RGB | rgb(151, 171, 253) |
| HSL | hsl(228, 96%, 79%) |
| CMYK | cmyk(40%, 32%, 0%, 1%) |
| LAB | lab(71.4 13.1 -42.9) |
| LCH | lch(71.4 44.9 286.9) |
| OKLCH | oklch(0.758 0.120 272.8) |
Copy-ready code
/* CSS */
color: #97abfd;
background-color: #97abfd;
/* Tailwind (arbitrary) */
class="text-[#97abfd] bg-[#97abfd]"
/* SCSS */
$brand: #97abfd;
/* SwiftUI */
Color(red: 0.592, green: 0.671, blue: 0.992)
/* Android */
Color.parseColor("#97abfd")Accessibility — WCAG contrast
Aa
#97abfd on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97abfd on black: 9.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green67.1%
Blue99.2%
CMYK percentages
Cyan40.3%
Magenta32.4%
Yellow0.0%
Key (black)0.8%
Color previews
#97abfd text on a black background
contrast 9.56:1
Card sample
#97abfd text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97abfd;
Background color
Panel with #97abfd background
background-color: #97abfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97abfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 171, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 171, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97abfd; background: linear-gradient(135deg, #97abfd, #C797FD);