#ac82c8
a balanced, soft violet · warm · closest name: plum
RGB
172, 130, 200
HSL
276°, 39%, 65%
CMYK
14, 35, 0, 22
Luminance
0.2891
Every format
| HEX | #ac82c8 |
| RGB | rgb(172, 130, 200) |
| HSL | hsl(276, 39%, 65%) |
| CMYK | cmyk(14%, 35%, 0%, 22%) |
| LAB | lab(60.7 29.2 -30.2) |
| LCH | lch(60.7 42.0 314.0) |
| OKLCH | oklch(0.673 0.110 311.1) |
Copy-ready code
/* CSS */
color: #ac82c8;
background-color: #ac82c8;
/* Tailwind (arbitrary) */
class="text-[#ac82c8] bg-[#ac82c8]"
/* SCSS */
$brand: #ac82c8;
/* SwiftUI */
Color(red: 0.675, green: 0.510, blue: 0.784)
/* Android */
Color.parseColor("#ac82c8")Accessibility — WCAG contrast
Aa
#ac82c8 on white: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac82c8 on black: 6.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green51.0%
Blue78.4%
CMYK percentages
Cyan14.0%
Magenta35.0%
Yellow0.0%
Key (black)21.6%
Color previews
#ac82c8 text on a black background
contrast 6.78:1
Card sample
#ac82c8 text on a white background
contrast 3.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac82c8;
Background color
Panel with #ac82c8 background
background-color: #ac82c8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac82c8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 130, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 130, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac82c8; background: linear-gradient(135deg, #ac82c8, #C882B5);