#ac9fff
a light, electric blue · warm · closest name: plum
RGB
172, 159, 255
HSL
248°, 100%, 81%
CMYK
33, 38, 0, 0
Luminance
0.4079
Every format
| HEX | #ac9fff |
| RGB | rgb(172, 159, 255) |
| HSL | hsl(248, 100%, 81%) |
| CMYK | cmyk(33%, 38%, 0%, 0%) |
| LAB | lab(70.0 25.9 -46.1) |
| LCH | lch(70.0 52.8 299.3) |
| OKLCH | oklch(0.752 0.136 288.9) |
Copy-ready code
/* CSS */
color: #ac9fff;
background-color: #ac9fff;
/* Tailwind (arbitrary) */
class="text-[#ac9fff] bg-[#ac9fff]"
/* SCSS */
$brand: #ac9fff;
/* SwiftUI */
Color(red: 0.675, green: 0.624, blue: 1.000)
/* Android */
Color.parseColor("#ac9fff")Accessibility — WCAG contrast
Aa
#ac9fff on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ac9fff on black: 9.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green62.4%
Blue100.0%
CMYK percentages
Cyan32.5%
Magenta37.6%
Yellow0.0%
Key (black)0.0%
Color previews
#ac9fff text on a black background
contrast 9.16:1
Card sample
#ac9fff text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac9fff;
Background color
Panel with #ac9fff background
background-color: #ac9fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac9fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 159, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 159, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac9fff; background: linear-gradient(135deg, #ac9fff, #EC9FFF);