#ac97ff
a light, electric blue · warm · closest name: slateblue
RGB
172, 151, 255
HSL
252°, 100%, 80%
CMYK
33, 41, 0, 0
Luminance
0.3812
Every format
| HEX | #ac97ff |
| RGB | rgb(172, 151, 255) |
| HSL | hsl(252, 100%, 80%) |
| CMYK | cmyk(33%, 41%, 0%, 0%) |
| LAB | lab(68.1 30.4 -49.1) |
| LCH | lch(68.1 57.7 301.8) |
| OKLCH | oklch(0.737 0.148 291.6) |
Copy-ready code
/* CSS */
color: #ac97ff;
background-color: #ac97ff;
/* Tailwind (arbitrary) */
class="text-[#ac97ff] bg-[#ac97ff]"
/* SCSS */
$brand: #ac97ff;
/* SwiftUI */
Color(red: 0.675, green: 0.592, blue: 1.000)
/* Android */
Color.parseColor("#ac97ff")Accessibility — WCAG contrast
Aa
#ac97ff on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ac97ff on black: 8.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green59.2%
Blue100.0%
CMYK percentages
Cyan32.5%
Magenta40.8%
Yellow0.0%
Key (black)0.0%
Color previews
#ac97ff text on a black background
contrast 8.62:1
Card sample
#ac97ff text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac97ff;
Background color
Panel with #ac97ff background
background-color: #ac97ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac97ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 151, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 151, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac97ff; background: linear-gradient(135deg, #ac97ff, #F197FF);