#af40f5
a balanced, electric violet · warm · closest name: magenta
RGB
175, 64, 245
HSL
277°, 90%, 61%
CMYK
29, 74, 0, 4
Luminance
0.1937
Every format
| HEX | #af40f5 |
| RGB | rgb(175, 64, 245) |
| HSL | hsl(277, 90%, 61%) |
| CMYK | cmyk(29%, 74%, 0%, 4%) |
| LAB | lab(51.1 72.4 -70.7) |
| LCH | lch(51.1 101.2 315.7) |
| OKLCH | oklch(0.611 0.256 308.4) |
Copy-ready code
/* CSS */
color: #af40f5;
background-color: #af40f5;
/* Tailwind (arbitrary) */
class="text-[#af40f5] bg-[#af40f5]"
/* SCSS */
$brand: #af40f5;
/* SwiftUI */
Color(red: 0.686, green: 0.251, blue: 0.961)
/* Android */
Color.parseColor("#af40f5")Accessibility — WCAG contrast
Aa
#af40f5 on white: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af40f5 on black: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green25.1%
Blue96.1%
CMYK percentages
Cyan28.6%
Magenta73.9%
Yellow0.0%
Key (black)3.9%
Color previews
#af40f5 text on a black background
contrast 4.87:1
Card sample
#af40f5 text on a white background
contrast 4.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af40f5;
Background color
Panel with #af40f5 background
background-color: #af40f5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af40f5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 64, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 64, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af40f5; background: linear-gradient(135deg, #af40f5, #F540C2);