#ac8ecf
a light, soft violet · warm · closest name: plum
RGB
172, 142, 207
HSL
268°, 40%, 68%
CMYK
17, 31, 0, 19
Luminance
0.3262
Every format
| HEX | #ac8ecf |
| RGB | rgb(172, 142, 207) |
| HSL | hsl(268, 40%, 68%) |
| CMYK | cmyk(17%, 31%, 0%, 19%) |
| LAB | lab(63.9 24.0 -29.3) |
| LCH | lch(63.9 37.8 309.3) |
| OKLCH | oklch(0.698 0.098 305.1) |
Copy-ready code
/* CSS */
color: #ac8ecf;
background-color: #ac8ecf;
/* Tailwind (arbitrary) */
class="text-[#ac8ecf] bg-[#ac8ecf]"
/* SCSS */
$brand: #ac8ecf;
/* SwiftUI */
Color(red: 0.675, green: 0.557, blue: 0.812)
/* Android */
Color.parseColor("#ac8ecf")Accessibility — WCAG contrast
Aa
#ac8ecf on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ac8ecf on black: 7.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green55.7%
Blue81.2%
CMYK percentages
Cyan16.9%
Magenta31.4%
Yellow0.0%
Key (black)18.8%
Color previews
#ac8ecf text on a black background
contrast 7.52:1
Card sample
#ac8ecf text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac8ecf;
Background color
Panel with #ac8ecf background
background-color: #ac8ecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac8ecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 142, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 142, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac8ecf; background: linear-gradient(135deg, #ac8ecf, #CF8EC7);