#ac27fd
a balanced, electric violet · warm · closest name: magenta
RGB
172, 39, 253
HSL
277°, 98%, 57%
CMYK
32, 85, 0, 1
Luminance
0.1731
Every format
| HEX | #ac27fd |
| RGB | rgb(172, 39, 253) |
| HSL | hsl(277, 98%, 57%) |
| CMYK | cmyk(32%, 85%, 0%, 1%) |
| LAB | lab(48.6 81.3 -79.2) |
| LCH | lch(48.6 113.5 315.7) |
| OKLCH | oklch(0.595 0.283 307.2) |
Copy-ready code
/* CSS */
color: #ac27fd;
background-color: #ac27fd;
/* Tailwind (arbitrary) */
class="text-[#ac27fd] bg-[#ac27fd]"
/* SCSS */
$brand: #ac27fd;
/* SwiftUI */
Color(red: 0.675, green: 0.153, blue: 0.992)
/* Android */
Color.parseColor("#ac27fd")Accessibility — WCAG contrast
Aa
#ac27fd on white: 4.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac27fd on black: 4.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green15.3%
Blue99.2%
CMYK percentages
Cyan32.0%
Magenta84.6%
Yellow0.0%
Key (black)0.8%
Color previews
#ac27fd text on a black background
contrast 4.46:1
Card sample
#ac27fd text on a white background
contrast 4.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac27fd;
Background color
Panel with #ac27fd background
background-color: #ac27fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac27fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 39, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 39, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac27fd; background: linear-gradient(135deg, #ac27fd, #FD27BF);