#ac9ecf
a light, soft violet · warm · closest name: plum
RGB
172, 158, 207
HSL
257°, 34%, 72%
CMYK
17, 24, 0, 19
Luminance
0.3773
Every format
| HEX | #ac9ecf |
| RGB | rgb(172, 158, 207) |
| HSL | hsl(257, 34%, 72%) |
| CMYK | cmyk(17%, 24%, 0%, 19%) |
| LAB | lab(67.8 14.9 -23.2) |
| LCH | lch(67.8 27.6 302.8) |
| OKLCH | oklch(0.728 0.071 297.7) |
Copy-ready code
/* CSS */
color: #ac9ecf;
background-color: #ac9ecf;
/* Tailwind (arbitrary) */
class="text-[#ac9ecf] bg-[#ac9ecf]"
/* SCSS */
$brand: #ac9ecf;
/* SwiftUI */
Color(red: 0.675, green: 0.620, blue: 0.812)
/* Android */
Color.parseColor("#ac9ecf")Accessibility — WCAG contrast
Aa
#ac9ecf on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ac9ecf on black: 8.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green62.0%
Blue81.2%
CMYK percentages
Cyan16.9%
Magenta23.7%
Yellow0.0%
Key (black)18.8%
Color previews
#ac9ecf text on a black background
contrast 8.55:1
Card sample
#ac9ecf text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac9ecf;
Background color
Panel with #ac9ecf background
background-color: #ac9ecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac9ecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 158, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 158, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac9ecf; background: linear-gradient(135deg, #ac9ecf, #CD9ECF);