#ac4da8
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
172, 77, 168
HSL
303°, 38%, 49%
CMYK
0, 55, 2, 33
Luminance
0.1691
Every format
| HEX | #ac4da8 |
| RGB | rgb(172, 77, 168) |
| HSL | hsl(303, 38%, 49%) |
| CMYK | cmyk(0%, 55%, 2%, 33%) |
| LAB | lab(48.1 51.1 -31.3) |
| LCH | lch(48.1 60.0 328.5) |
| OKLCH | oklch(0.574 0.167 329.1) |
Copy-ready code
/* CSS */
color: #ac4da8;
background-color: #ac4da8;
/* Tailwind (arbitrary) */
class="text-[#ac4da8] bg-[#ac4da8]"
/* SCSS */
$brand: #ac4da8;
/* SwiftUI */
Color(red: 0.675, green: 0.302, blue: 0.659)
/* Android */
Color.parseColor("#ac4da8")Accessibility — WCAG contrast
Aa
#ac4da8 on white: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac4da8 on black: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green30.2%
Blue65.9%
CMYK percentages
Cyan0.0%
Magenta55.2%
Yellow2.3%
Key (black)32.5%
Color previews
#ac4da8 text on a black background
contrast 4.38:1
Card sample
#ac4da8 text on a white background
contrast 4.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac4da8;
Background color
Panel with #ac4da8 background
background-color: #ac4da8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac4da8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 77, 168, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 77, 168, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac4da8; background: linear-gradient(135deg, #ac4da8, #AC4D69);