#af34ff
a balanced, electric violet · warm · closest name: magenta
RGB
175, 52, 255
HSL
276°, 100%, 60%
CMYK
31, 80, 0, 0
Luminance
0.1879
Every format
| HEX | #af34ff |
| RGB | rgb(175, 52, 255) |
| HSL | hsl(276, 100%, 60%) |
| CMYK | cmyk(31%, 80%, 0%, 0%) |
| LAB | lab(50.4 78.5 -77.4) |
| LCH | lch(50.4 110.3 315.4) |
| OKLCH | oklch(0.609 0.276 307.1) |
Copy-ready code
/* CSS */
color: #af34ff;
background-color: #af34ff;
/* Tailwind (arbitrary) */
class="text-[#af34ff] bg-[#af34ff]"
/* SCSS */
$brand: #af34ff;
/* SwiftUI */
Color(red: 0.686, green: 0.204, blue: 1.000)
/* Android */
Color.parseColor("#af34ff")Accessibility — WCAG contrast
Aa
#af34ff on white: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af34ff on black: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green20.4%
Blue100.0%
CMYK percentages
Cyan31.4%
Magenta79.6%
Yellow0.0%
Key (black)0.0%
Color previews
#af34ff text on a black background
contrast 4.76:1
Card sample
#af34ff text on a white background
contrast 4.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af34ff;
Background color
Panel with #af34ff background
background-color: #af34ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af34ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 52, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 52, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af34ff; background: linear-gradient(135deg, #af34ff, #FF34C8);