#ac90df
a light, vivid violet · warm · closest name: plum
RGB
172, 144, 223
HSL
261°, 55%, 72%
CMYK
23, 35, 0, 13
Luminance
0.3404
Every format
| HEX | #ac90df |
| RGB | rgb(172, 144, 223) |
| HSL | hsl(261, 55%, 72%) |
| CMYK | cmyk(23%, 35%, 0%, 13%) |
| LAB | lab(65.0 26.5 -36.4) |
| LCH | lch(65.0 45.0 306.1) |
| OKLCH | oklch(0.709 0.116 299.7) |
Copy-ready code
/* CSS */
color: #ac90df;
background-color: #ac90df;
/* Tailwind (arbitrary) */
class="text-[#ac90df] bg-[#ac90df]"
/* SCSS */
$brand: #ac90df;
/* SwiftUI */
Color(red: 0.675, green: 0.565, blue: 0.875)
/* Android */
Color.parseColor("#ac90df")Accessibility — WCAG contrast
Aa
#ac90df on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ac90df on black: 7.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green56.5%
Blue87.5%
CMYK percentages
Cyan22.9%
Magenta35.4%
Yellow0.0%
Key (black)12.5%
Color previews
#ac90df text on a black background
contrast 7.81:1
Card sample
#ac90df text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac90df;
Background color
Panel with #ac90df background
background-color: #ac90df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac90df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 144, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 144, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac90df; background: linear-gradient(135deg, #ac90df, #DF90DD);