#af4afe
a balanced, electric violet · warm · closest name: magenta
RGB
175, 74, 254
HSL
274°, 99%, 64%
CMYK
31, 71, 0, 0
Luminance
0.2117
Every format
| HEX | #af4afe |
| RGB | rgb(175, 74, 254) |
| HSL | hsl(274, 99%, 64%) |
| CMYK | cmyk(31%, 71%, 0%, 0%) |
| LAB | lab(53.1 70.4 -72.5) |
| LCH | lch(53.1 101.0 314.2) |
| OKLCH | oklch(0.627 0.254 305.8) |
Copy-ready code
/* CSS */
color: #af4afe;
background-color: #af4afe;
/* Tailwind (arbitrary) */
class="text-[#af4afe] bg-[#af4afe]"
/* SCSS */
$brand: #af4afe;
/* SwiftUI */
Color(red: 0.686, green: 0.290, blue: 0.996)
/* Android */
Color.parseColor("#af4afe")Accessibility — WCAG contrast
Aa
#af4afe on white: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af4afe on black: 5.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green29.0%
Blue99.6%
CMYK percentages
Cyan31.1%
Magenta70.9%
Yellow0.0%
Key (black)0.4%
Color previews
#af4afe text on a black background
contrast 5.23:1
Card sample
#af4afe text on a white background
contrast 4.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4afe;
Background color
Panel with #af4afe background
background-color: #af4afe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4afe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 74, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 74, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4afe; background: linear-gradient(135deg, #af4afe, #FE4AD5);