#af27ec
a balanced, electric violet · warm · closest name: magenta
RGB
175, 39, 236
HSL
281°, 84%, 54%
CMYK
26, 84, 0, 8
Luminance
0.1662
Every format
| HEX | #af27ec |
| RGB | rgb(175, 39, 236) |
| HSL | hsl(281, 84%, 54%) |
| CMYK | cmyk(26%, 84%, 0%, 8%) |
| LAB | lab(47.8 78.4 -71.1) |
| LCH | lch(47.8 105.8 317.8) |
| OKLCH | oklch(0.586 0.270 311.7) |
Copy-ready code
/* CSS */
color: #af27ec;
background-color: #af27ec;
/* Tailwind (arbitrary) */
class="text-[#af27ec] bg-[#af27ec]"
/* SCSS */
$brand: #af27ec;
/* SwiftUI */
Color(red: 0.686, green: 0.153, blue: 0.925)
/* Android */
Color.parseColor("#af27ec")Accessibility — WCAG contrast
Aa
#af27ec on white: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af27ec on black: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green15.3%
Blue92.5%
CMYK percentages
Cyan25.8%
Magenta83.5%
Yellow0.0%
Key (black)7.5%
Color previews
#af27ec text on a black background
contrast 4.32:1
Card sample
#af27ec text on a white background
contrast 4.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af27ec;
Background color
Panel with #af27ec background
background-color: #af27ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af27ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 39, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 39, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af27ec; background: linear-gradient(135deg, #af27ec, #EC27A6);