#af00fc
a balanced, electric violet · warm · closest name: magenta
RGB
175, 0, 252
HSL
282°, 100%, 49%
CMYK
31, 100, 0, 1
Luminance
0.1614
Every format
| HEX | #af00fc |
| RGB | rgb(175, 0, 252) |
| HSL | hsl(282, 100%, 49%) |
| CMYK | cmyk(31%, 100%, 0%, 1%) |
| LAB | lab(47.2 87.0 -81.1) |
| LCH | lch(47.2 118.9 317.0) |
| OKLCH | oklch(0.585 0.297 309.1) |
Copy-ready code
/* CSS */
color: #af00fc;
background-color: #af00fc;
/* Tailwind (arbitrary) */
class="text-[#af00fc] bg-[#af00fc]"
/* SCSS */
$brand: #af00fc;
/* SwiftUI */
Color(red: 0.686, green: 0.000, blue: 0.988)
/* Android */
Color.parseColor("#af00fc")Accessibility — WCAG contrast
Aa
#af00fc on white: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af00fc on black: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green0.0%
Blue98.8%
CMYK percentages
Cyan30.6%
Magenta100.0%
Yellow0.0%
Key (black)1.2%
Color previews
#af00fc text on a black background
contrast 4.23:1
Card sample
#af00fc text on a white background
contrast 4.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af00fc;
Background color
Panel with #af00fc background
background-color: #af00fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af00fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 0, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 0, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af00fc; background: linear-gradient(135deg, #af00fc, #FC00A1);