#ac94ff
a light, electric blue · warm · closest name: slateblue
RGB
172, 148, 255
HSL
254°, 100%, 79%
CMYK
33, 42, 0, 0
Luminance
0.3717
Every format
| HEX | #ac94ff |
| RGB | rgb(172, 148, 255) |
| HSL | hsl(254, 100%, 79%) |
| CMYK | cmyk(33%, 42%, 0%, 0%) |
| LAB | lab(67.4 32.1 -50.2) |
| LCH | lch(67.4 59.6 302.6) |
| OKLCH | oklch(0.732 0.152 292.5) |
Copy-ready code
/* CSS */
color: #ac94ff;
background-color: #ac94ff;
/* Tailwind (arbitrary) */
class="text-[#ac94ff] bg-[#ac94ff]"
/* SCSS */
$brand: #ac94ff;
/* SwiftUI */
Color(red: 0.675, green: 0.580, blue: 1.000)
/* Android */
Color.parseColor("#ac94ff")Accessibility — WCAG contrast
Aa
#ac94ff on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ac94ff on black: 8.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green58.0%
Blue100.0%
CMYK percentages
Cyan32.5%
Magenta42.0%
Yellow0.0%
Key (black)0.0%
Color previews
#ac94ff text on a black background
contrast 8.43:1
Card sample
#ac94ff text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac94ff;
Background color
Panel with #ac94ff background
background-color: #ac94ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac94ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 148, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 148, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac94ff; background: linear-gradient(135deg, #ac94ff, #F394FF);