#ac4ac3
a balanced, vivid violet · warm · closest name: orchid
RGB
172, 74, 195
HSL
289°, 50%, 53%
CMYK
12, 62, 0, 24
Luminance
0.1761
Every format
| HEX | #ac4ac3 |
| RGB | rgb(172, 74, 195) |
| HSL | hsl(289, 50%, 53%) |
| CMYK | cmyk(12%, 62%, 0%, 24%) |
| LAB | lab(49.0 57.5 -45.7) |
| LCH | lch(49.0 73.5 321.6) |
| OKLCH | oklch(0.585 0.197 319.6) |
Copy-ready code
/* CSS */
color: #ac4ac3;
background-color: #ac4ac3;
/* Tailwind (arbitrary) */
class="text-[#ac4ac3] bg-[#ac4ac3]"
/* SCSS */
$brand: #ac4ac3;
/* SwiftUI */
Color(red: 0.675, green: 0.290, blue: 0.765)
/* Android */
Color.parseColor("#ac4ac3")Accessibility — WCAG contrast
Aa
#ac4ac3 on white: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac4ac3 on black: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green29.0%
Blue76.5%
CMYK percentages
Cyan11.8%
Magenta62.1%
Yellow0.0%
Key (black)23.5%
Color previews
#ac4ac3 text on a black background
contrast 4.52:1
Card sample
#ac4ac3 text on a white background
contrast 4.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac4ac3;
Background color
Panel with #ac4ac3 background
background-color: #ac4ac3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac4ac3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 74, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 74, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac4ac3; background: linear-gradient(135deg, #ac4ac3, #C34A89);