#97acff
a light, electric blue · warm · closest name: dodgerblue
RGB
151, 172, 255
HSL
228°, 100%, 80%
CMYK
41, 33, 0, 0
Luminance
0.4330
Every format
| HEX | #97acff |
| RGB | rgb(151, 172, 255) |
| HSL | hsl(228, 100%, 80%) |
| CMYK | cmyk(41%, 33%, 0%, 0%) |
| LAB | lab(71.8 13.0 -43.5) |
| LCH | lch(71.8 45.4 286.7) |
| OKLCH | oklch(0.761 0.122 272.4) |
Copy-ready code
/* CSS */
color: #97acff;
background-color: #97acff;
/* Tailwind (arbitrary) */
class="text-[#97acff] bg-[#97acff]"
/* SCSS */
$brand: #97acff;
/* SwiftUI */
Color(red: 0.592, green: 0.675, blue: 1.000)
/* Android */
Color.parseColor("#97acff")Accessibility — WCAG contrast
Aa
#97acff on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97acff on black: 9.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green67.5%
Blue100.0%
CMYK percentages
Cyan40.8%
Magenta32.5%
Yellow0.0%
Key (black)0.0%
Color previews
#97acff text on a black background
contrast 9.66:1
Card sample
#97acff text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97acff;
Background color
Panel with #97acff background
background-color: #97acff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97acff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 172, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 172, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97acff; background: linear-gradient(135deg, #97acff, #C797FF);