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