#af34fc
a balanced, electric violet · warm · closest name: magenta
RGB
175, 52, 252
HSL
277°, 97%, 60%
CMYK
31, 79, 0, 1
Luminance
0.1860
Every format
| HEX | #af34fc |
| RGB | rgb(175, 52, 252) |
| HSL | hsl(277, 97%, 60%) |
| CMYK | cmyk(31%, 79%, 0%, 1%) |
| LAB | lab(50.2 77.9 -76.1) |
| LCH | lch(50.2 108.9 315.7) |
| OKLCH | oklch(0.606 0.274 307.7) |
Copy-ready code
/* CSS */
color: #af34fc;
background-color: #af34fc;
/* Tailwind (arbitrary) */
class="text-[#af34fc] bg-[#af34fc]"
/* SCSS */
$brand: #af34fc;
/* SwiftUI */
Color(red: 0.686, green: 0.204, blue: 0.988)
/* Android */
Color.parseColor("#af34fc")Accessibility — WCAG contrast
Aa
#af34fc on white: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af34fc on black: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green20.4%
Blue98.8%
CMYK percentages
Cyan30.6%
Magenta79.4%
Yellow0.0%
Key (black)1.2%
Color previews
#af34fc text on a black background
contrast 4.72:1
Card sample
#af34fc text on a white background
contrast 4.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af34fc;
Background color
Panel with #af34fc background
background-color: #af34fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af34fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 52, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 52, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af34fc; background: linear-gradient(135deg, #af34fc, #FC34C4);