#af53d4
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 83, 212
HSL
283°, 60%, 58%
CMYK
18, 61, 0, 17
Luminance
0.2005
Every format
| HEX | #af53d4 |
| RGB | rgb(175, 83, 212) |
| HSL | hsl(283, 60%, 58%) |
| CMYK | cmyk(18%, 61%, 0%, 17%) |
| LAB | lab(51.9 57.5 -50.8) |
| LCH | lch(51.9 76.8 318.5) |
| OKLCH | oklch(0.610 0.202 315.0) |
Copy-ready code
/* CSS */
color: #af53d4;
background-color: #af53d4;
/* Tailwind (arbitrary) */
class="text-[#af53d4] bg-[#af53d4]"
/* SCSS */
$brand: #af53d4;
/* SwiftUI */
Color(red: 0.686, green: 0.325, blue: 0.831)
/* Android */
Color.parseColor("#af53d4")Accessibility — WCAG contrast
Aa
#af53d4 on white: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af53d4 on black: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green32.5%
Blue83.1%
CMYK percentages
Cyan17.5%
Magenta60.8%
Yellow0.0%
Key (black)16.9%
Color previews
#af53d4 text on a black background
contrast 5.01:1
Card sample
#af53d4 text on a white background
contrast 4.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af53d4;
Background color
Panel with #af53d4 background
background-color: #af53d4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af53d4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 83, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 83, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af53d4; background: linear-gradient(135deg, #af53d4, #D453A3);