#ac95fd
a light, electric blue · warm · closest name: slateblue
RGB
172, 149, 253
HSL
253°, 96%, 79%
CMYK
32, 41, 0, 1
Luminance
0.3736
Every format
| HEX | #ac95fd |
| RGB | rgb(172, 149, 253) |
| HSL | hsl(253, 96%, 79%) |
| CMYK | cmyk(32%, 41%, 0%, 1%) |
| LAB | lab(67.5 31.0 -48.9) |
| LCH | lch(67.5 57.9 302.4) |
| OKLCH | oklch(0.733 0.148 292.5) |
Copy-ready code
/* CSS */
color: #ac95fd;
background-color: #ac95fd;
/* Tailwind (arbitrary) */
class="text-[#ac95fd] bg-[#ac95fd]"
/* SCSS */
$brand: #ac95fd;
/* SwiftUI */
Color(red: 0.675, green: 0.584, blue: 0.992)
/* Android */
Color.parseColor("#ac95fd")Accessibility — WCAG contrast
Aa
#ac95fd on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ac95fd on black: 8.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green58.4%
Blue99.2%
CMYK percentages
Cyan32.0%
Magenta41.1%
Yellow0.0%
Key (black)0.8%
Color previews
#ac95fd text on a black background
contrast 8.47:1
Card sample
#ac95fd text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac95fd;
Background color
Panel with #ac95fd background
background-color: #ac95fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac95fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 149, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 149, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac95fd; background: linear-gradient(135deg, #ac95fd, #F195FD);