#af54ff
a light, electric violet · warm · closest name: magenta
RGB
175, 84, 255
HSL
272°, 100%, 67%
CMYK
31, 67, 0, 0
Luminance
0.2267
Every format
| HEX | #af54ff |
| RGB | rgb(175, 84, 255) |
| HSL | hsl(272, 100%, 67%) |
| CMYK | cmyk(31%, 67%, 0%, 0%) |
| LAB | lab(54.7 66.3 -70.4) |
| LCH | lch(54.7 96.7 313.3) |
| OKLCH | oklch(0.639 0.243 304.8) |
Copy-ready code
/* CSS */
color: #af54ff;
background-color: #af54ff;
/* Tailwind (arbitrary) */
class="text-[#af54ff] bg-[#af54ff]"
/* SCSS */
$brand: #af54ff;
/* SwiftUI */
Color(red: 0.686, green: 0.329, blue: 1.000)
/* Android */
Color.parseColor("#af54ff")Accessibility — WCAG contrast
Aa
#af54ff on white: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af54ff on black: 5.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green32.9%
Blue100.0%
CMYK percentages
Cyan31.4%
Magenta67.1%
Yellow0.0%
Key (black)0.0%
Color previews
#af54ff text on a black background
contrast 5.53:1
Card sample
#af54ff text on a white background
contrast 3.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af54ff;
Background color
Panel with #af54ff background
background-color: #af54ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af54ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 84, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 84, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af54ff; background: linear-gradient(135deg, #af54ff, #FF54DD);