#ac6ace
a balanced, vivid violet · warm · closest name: orchid
RGB
172, 106, 206
HSL
280°, 51%, 61%
CMYK
17, 49, 0, 19
Luminance
0.2353
Every format
| HEX | #ac6ace |
| RGB | rgb(172, 106, 206) |
| HSL | hsl(280, 51%, 61%) |
| CMYK | cmyk(17%, 49%, 0%, 19%) |
| LAB | lab(55.6 43.8 -41.5) |
| LCH | lch(55.6 60.4 316.5) |
| OKLCH | oklch(0.635 0.159 313.1) |
Copy-ready code
/* CSS */
color: #ac6ace;
background-color: #ac6ace;
/* Tailwind (arbitrary) */
class="text-[#ac6ace] bg-[#ac6ace]"
/* SCSS */
$brand: #ac6ace;
/* SwiftUI */
Color(red: 0.675, green: 0.416, blue: 0.808)
/* Android */
Color.parseColor("#ac6ace")Accessibility — WCAG contrast
Aa
#ac6ace on white: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac6ace on black: 5.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green41.6%
Blue80.8%
CMYK percentages
Cyan16.5%
Magenta48.5%
Yellow0.0%
Key (black)19.2%
Color previews
#ac6ace text on a black background
contrast 5.71:1
Card sample
#ac6ace text on a white background
contrast 3.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac6ace;
Background color
Panel with #ac6ace background
background-color: #ac6ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac6ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 106, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 106, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac6ace; background: linear-gradient(135deg, #ac6ace, #CE6AAD);