#ac7bc2
a balanced, soft violet · warm · closest name: plum
RGB
172, 123, 194
HSL
281°, 37%, 62%
CMYK
11, 37, 0, 24
Luminance
0.2683
Every format
| HEX | #ac7bc2 |
| RGB | rgb(172, 123, 194) |
| HSL | hsl(281, 37%, 62%) |
| CMYK | cmyk(11%, 37%, 0%, 24%) |
| LAB | lab(58.8 31.9 -29.7) |
| LCH | lch(58.8 43.6 317.0) |
| OKLCH | oklch(0.658 0.116 314.9) |
Copy-ready code
/* CSS */
color: #ac7bc2;
background-color: #ac7bc2;
/* Tailwind (arbitrary) */
class="text-[#ac7bc2] bg-[#ac7bc2]"
/* SCSS */
$brand: #ac7bc2;
/* SwiftUI */
Color(red: 0.675, green: 0.482, blue: 0.761)
/* Android */
Color.parseColor("#ac7bc2")Accessibility — WCAG contrast
Aa
#ac7bc2 on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac7bc2 on black: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green48.2%
Blue76.1%
CMYK percentages
Cyan11.3%
Magenta36.6%
Yellow0.0%
Key (black)23.9%
Color previews
#ac7bc2 text on a black background
contrast 6.37:1
Card sample
#ac7bc2 text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac7bc2;
Background color
Panel with #ac7bc2 background
background-color: #ac7bc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac7bc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 123, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 123, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac7bc2; background: linear-gradient(135deg, #ac7bc2, #C27BA9);