#ac63ac
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
172, 99, 172
HSL
300°, 31%, 53%
CMYK
0, 42, 0, 33
Luminance
0.2067
Every format
| HEX | #ac63ac |
| RGB | rgb(172, 99, 172) |
| HSL | hsl(300, 31%, 53%) |
| CMYK | cmyk(0%, 42%, 0%, 33%) |
| LAB | lab(52.6 40.6 -26.7) |
| LCH | lch(52.6 48.6 326.7) |
| OKLCH | oklch(0.608 0.134 327.1) |
Copy-ready code
/* CSS */
color: #ac63ac;
background-color: #ac63ac;
/* Tailwind (arbitrary) */
class="text-[#ac63ac] bg-[#ac63ac]"
/* SCSS */
$brand: #ac63ac;
/* SwiftUI */
Color(red: 0.675, green: 0.388, blue: 0.675)
/* Android */
Color.parseColor("#ac63ac")Accessibility — WCAG contrast
Aa
#ac63ac on white: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac63ac on black: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green38.8%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta42.4%
Yellow0.0%
Key (black)32.5%
Color previews
#ac63ac text on a black background
contrast 5.13:1
Card sample
#ac63ac text on a white background
contrast 4.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac63ac;
Background color
Panel with #ac63ac background
background-color: #ac63ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac63ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 99, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 99, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac63ac; background: linear-gradient(135deg, #ac63ac, #AC637B);