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