#ac97f3
a light, electric blue · warm · closest name: plum
RGB
172, 151, 243
HSL
254°, 79%, 77%
CMYK
29, 38, 0, 5
Luminance
0.3737
Every format
| HEX | #ac97f3 |
| RGB | rgb(172, 151, 243) |
| HSL | hsl(254, 79%, 77%) |
| CMYK | cmyk(29%, 38%, 0%, 5%) |
| LAB | lab(67.6 27.4 -43.4) |
| LCH | lch(67.6 51.3 302.2) |
| OKLCH | oklch(0.731 0.132 293.4) |
Copy-ready code
/* CSS */
color: #ac97f3;
background-color: #ac97f3;
/* Tailwind (arbitrary) */
class="text-[#ac97f3] bg-[#ac97f3]"
/* SCSS */
$brand: #ac97f3;
/* SwiftUI */
Color(red: 0.675, green: 0.592, blue: 0.953)
/* Android */
Color.parseColor("#ac97f3")Accessibility — WCAG contrast
Aa
#ac97f3 on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ac97f3 on black: 8.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green59.2%
Blue95.3%
CMYK percentages
Cyan29.2%
Magenta37.9%
Yellow0.0%
Key (black)4.7%
Color previews
#ac97f3 text on a black background
contrast 8.47:1
Card sample
#ac97f3 text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac97f3;
Background color
Panel with #ac97f3 background
background-color: #ac97f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac97f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 151, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 151, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac97f3; background: linear-gradient(135deg, #ac97f3, #E997F3);