#ac6ecf
a balanced, vivid violet · warm · closest name: orchid
RGB
172, 110, 207
HSL
278°, 50%, 62%
CMYK
17, 47, 0, 19
Luminance
0.2443
Every format
| HEX | #ac6ecf |
| RGB | rgb(172, 110, 207) |
| HSL | hsl(278, 50%, 62%) |
| CMYK | cmyk(17%, 47%, 0%, 19%) |
| LAB | lab(56.5 41.9 -40.7) |
| LCH | lch(56.5 58.4 315.8) |
| OKLCH | oklch(0.642 0.153 312.3) |
Copy-ready code
/* CSS */
color: #ac6ecf;
background-color: #ac6ecf;
/* Tailwind (arbitrary) */
class="text-[#ac6ecf] bg-[#ac6ecf]"
/* SCSS */
$brand: #ac6ecf;
/* SwiftUI */
Color(red: 0.675, green: 0.431, blue: 0.812)
/* Android */
Color.parseColor("#ac6ecf")Accessibility — WCAG contrast
Aa
#ac6ecf on white: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac6ecf on black: 5.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green43.1%
Blue81.2%
CMYK percentages
Cyan16.9%
Magenta46.9%
Yellow0.0%
Key (black)18.8%
Color previews
#ac6ecf text on a black background
contrast 5.89:1
Card sample
#ac6ecf text on a white background
contrast 3.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac6ecf;
Background color
Panel with #ac6ecf background
background-color: #ac6ecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac6ecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 110, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 110, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac6ecf; background: linear-gradient(135deg, #ac6ecf, #CF6EB1);