#af40d4
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 64, 212
HSL
285°, 63%, 54%
CMYK
18, 70, 0, 17
Luminance
0.1753
Every format
| HEX | #af40d4 |
| RGB | rgb(175, 64, 212) |
| HSL | hsl(285, 63%, 54%) |
| CMYK | cmyk(18%, 70%, 0%, 17%) |
| LAB | lab(48.9 65.8 -55.6) |
| LCH | lch(48.9 86.1 319.8) |
| OKLCH | oklch(0.589 0.226 316.3) |
Copy-ready code
/* CSS */
color: #af40d4;
background-color: #af40d4;
/* Tailwind (arbitrary) */
class="text-[#af40d4] bg-[#af40d4]"
/* SCSS */
$brand: #af40d4;
/* SwiftUI */
Color(red: 0.686, green: 0.251, blue: 0.831)
/* Android */
Color.parseColor("#af40d4")Accessibility — WCAG contrast
Aa
#af40d4 on white: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af40d4 on black: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green25.1%
Blue83.1%
CMYK percentages
Cyan17.5%
Magenta69.8%
Yellow0.0%
Key (black)16.9%
Color previews
#af40d4 text on a black background
contrast 4.51:1
Card sample
#af40d4 text on a white background
contrast 4.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af40d4;
Background color
Panel with #af40d4 background
background-color: #af40d4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af40d4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 64, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 64, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af40d4; background: linear-gradient(135deg, #af40d4, #D44096);