#ac7ecf
a light, vivid violet · warm · closest name: plum
RGB
172, 126, 207
HSL
274°, 46%, 65%
CMYK
17, 39, 0, 19
Luminance
0.2820
Every format
| HEX | #ac7ecf |
| RGB | rgb(172, 126, 207) |
| HSL | hsl(274, 46%, 65%) |
| CMYK | cmyk(17%, 39%, 0%, 19%) |
| LAB | lab(60.1 33.0 -35.1) |
| LCH | lch(60.1 48.2 313.2) |
| OKLCH | oklch(0.669 0.126 309.4) |
Copy-ready code
/* CSS */
color: #ac7ecf;
background-color: #ac7ecf;
/* Tailwind (arbitrary) */
class="text-[#ac7ecf] bg-[#ac7ecf]"
/* SCSS */
$brand: #ac7ecf;
/* SwiftUI */
Color(red: 0.675, green: 0.494, blue: 0.812)
/* Android */
Color.parseColor("#ac7ecf")Accessibility — WCAG contrast
Aa
#ac7ecf on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac7ecf on black: 6.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green49.4%
Blue81.2%
CMYK percentages
Cyan16.9%
Magenta39.1%
Yellow0.0%
Key (black)18.8%
Color previews
#ac7ecf text on a black background
contrast 6.64:1
Card sample
#ac7ecf text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac7ecf;
Background color
Panel with #ac7ecf background
background-color: #ac7ecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac7ecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 126, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 126, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac7ecf; background: linear-gradient(135deg, #ac7ecf, #CF7EBC);