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