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