#af34ec
a balanced, electric violet · warm · closest name: magenta
RGB
175, 52, 236
HSL
280°, 83%, 57%
CMYK
26, 78, 0, 8
Luminance
0.1763
Every format
| HEX | #af34ec |
| RGB | rgb(175, 52, 236) |
| HSL | hsl(280, 83%, 57%) |
| CMYK | cmyk(26%, 78%, 0%, 8%) |
| LAB | lab(49.0 74.7 -69.0) |
| LCH | lch(49.0 101.8 317.3) |
| OKLCH | oklch(0.595 0.260 311.1) |
Copy-ready code
/* CSS */
color: #af34ec;
background-color: #af34ec;
/* Tailwind (arbitrary) */
class="text-[#af34ec] bg-[#af34ec]"
/* SCSS */
$brand: #af34ec;
/* SwiftUI */
Color(red: 0.686, green: 0.204, blue: 0.925)
/* Android */
Color.parseColor("#af34ec")Accessibility — WCAG contrast
Aa
#af34ec on white: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af34ec on black: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green20.4%
Blue92.5%
CMYK percentages
Cyan25.8%
Magenta78.0%
Yellow0.0%
Key (black)7.5%
Color previews
#af34ec text on a black background
contrast 4.53:1
Card sample
#af34ec text on a white background
contrast 4.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af34ec;
Background color
Panel with #af34ec background
background-color: #af34ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af34ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 52, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 52, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af34ec; background: linear-gradient(135deg, #af34ec, #EC34AE);