#ac4fda
a balanced, vivid violet · warm · closest name: orchid
RGB
172, 79, 218
HSL
280°, 65%, 58%
CMYK
21, 64, 0, 15
Luminance
0.1942
Every format
| HEX | #ac4fda |
| RGB | rgb(172, 79, 218) |
| HSL | hsl(280, 65%, 58%) |
| CMYK | cmyk(21%, 64%, 0%, 15%) |
| LAB | lab(51.2 59.9 -55.4) |
| LCH | lch(51.2 81.6 317.2) |
| OKLCH | oklch(0.605 0.212 312.6) |
Copy-ready code
/* CSS */
color: #ac4fda;
background-color: #ac4fda;
/* Tailwind (arbitrary) */
class="text-[#ac4fda] bg-[#ac4fda]"
/* SCSS */
$brand: #ac4fda;
/* SwiftUI */
Color(red: 0.675, green: 0.310, blue: 0.855)
/* Android */
Color.parseColor("#ac4fda")Accessibility — WCAG contrast
Aa
#ac4fda on white: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac4fda on black: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green31.0%
Blue85.5%
CMYK percentages
Cyan21.1%
Magenta63.8%
Yellow0.0%
Key (black)14.5%
Color previews
#ac4fda text on a black background
contrast 4.88:1
Card sample
#ac4fda text on a white background
contrast 4.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac4fda;
Background color
Panel with #ac4fda background
background-color: #ac4fda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac4fda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 79, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 79, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac4fda; background: linear-gradient(135deg, #ac4fda, #DA4FAB);