#af0ce7
a balanced, electric violet · warm · closest name: magenta
RGB
175, 12, 231
HSL
285°, 90%, 48%
CMYK
24, 95, 0, 9
Luminance
0.1515
Every format
| HEX | #af0ce7 |
| RGB | rgb(175, 12, 231) |
| HSL | hsl(285, 90%, 48%) |
| CMYK | cmyk(24%, 95%, 0%, 9%) |
| LAB | lab(45.8 82.1 -71.4) |
| LCH | lch(45.8 108.8 319.0) |
| OKLCH | oklch(0.571 0.279 313.5) |
Copy-ready code
/* CSS */
color: #af0ce7;
background-color: #af0ce7;
/* Tailwind (arbitrary) */
class="text-[#af0ce7] bg-[#af0ce7]"
/* SCSS */
$brand: #af0ce7;
/* SwiftUI */
Color(red: 0.686, green: 0.047, blue: 0.906)
/* Android */
Color.parseColor("#af0ce7")Accessibility — WCAG contrast
Aa
#af0ce7 on white: 5.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af0ce7 on black: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green4.7%
Blue90.6%
CMYK percentages
Cyan24.2%
Magenta94.8%
Yellow0.0%
Key (black)9.4%
Color previews
#af0ce7 text on a black background
contrast 4.03:1
Card sample
#af0ce7 text on a white background
contrast 5.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0ce7;
Background color
Panel with #af0ce7 background
background-color: #af0ce7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0ce7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 12, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 12, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0ce7; background: linear-gradient(135deg, #af0ce7, #E70C8D);