#af0cec
a balanced, electric violet · warm · closest name: magenta
RGB
175, 12, 236
HSL
284°, 90%, 49%
CMYK
26, 95, 0, 8
Luminance
0.1543
Every format
| HEX | #af0cec |
| RGB | rgb(175, 12, 236) |
| HSL | hsl(284, 90%, 49%) |
| CMYK | cmyk(26%, 95%, 0%, 8%) |
| LAB | lab(46.2 83.0 -73.6) |
| LCH | lch(46.2 111.0 318.4) |
| OKLCH | oklch(0.575 0.283 312.4) |
Copy-ready code
/* CSS */
color: #af0cec;
background-color: #af0cec;
/* Tailwind (arbitrary) */
class="text-[#af0cec] bg-[#af0cec]"
/* SCSS */
$brand: #af0cec;
/* SwiftUI */
Color(red: 0.686, green: 0.047, blue: 0.925)
/* Android */
Color.parseColor("#af0cec")Accessibility — WCAG contrast
Aa
#af0cec on white: 5.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af0cec on black: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green4.7%
Blue92.5%
CMYK percentages
Cyan25.8%
Magenta94.9%
Yellow0.0%
Key (black)7.5%
Color previews
#af0cec text on a black background
contrast 4.09:1
Card sample
#af0cec text on a white background
contrast 5.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0cec;
Background color
Panel with #af0cec background
background-color: #af0cec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0cec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 12, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 12, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0cec; background: linear-gradient(135deg, #af0cec, #EC0C93);