#af12cf
a dark, electric violet · warm · closest name: magenta
RGB
175, 18, 207
HSL
290°, 84%, 44%
CMYK
16, 91, 0, 19
Luminance
0.1405
Every format
| HEX | #af12cf |
| RGB | rgb(175, 18, 207) |
| HSL | hsl(290, 84%, 44%) |
| CMYK | cmyk(16%, 91%, 0%, 19%) |
| LAB | lab(44.3 77.3 -60.2) |
| LCH | lch(44.3 97.9 322.1) |
| OKLCH | oklch(0.555 0.260 319.2) |
Copy-ready code
/* CSS */
color: #af12cf;
background-color: #af12cf;
/* Tailwind (arbitrary) */
class="text-[#af12cf] bg-[#af12cf]"
/* SCSS */
$brand: #af12cf;
/* SwiftUI */
Color(red: 0.686, green: 0.071, blue: 0.812)
/* Android */
Color.parseColor("#af12cf")Accessibility — WCAG contrast
Aa
#af12cf on white: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af12cf on black: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green7.1%
Blue81.2%
CMYK percentages
Cyan15.5%
Magenta91.3%
Yellow0.0%
Key (black)18.8%
Color previews
#af12cf text on a black background
contrast 3.81:1
Card sample
#af12cf text on a white background
contrast 5.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af12cf;
Background color
Panel with #af12cf background
background-color: #af12cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af12cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 18, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 18, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af12cf; background: linear-gradient(135deg, #af12cf, #CF1271);