#af2ae7
a balanced, electric violet · warm · closest name: magenta
RGB
175, 42, 231
HSL
282°, 80%, 54%
CMYK
24, 82, 0, 9
Luminance
0.1654
Every format
| HEX | #af2ae7 |
| RGB | rgb(175, 42, 231) |
| HSL | hsl(282, 80%, 54%) |
| CMYK | cmyk(24%, 82%, 0%, 9%) |
| LAB | lab(47.7 76.7 -68.4) |
| LCH | lch(47.7 102.8 318.3) |
| OKLCH | oklch(0.584 0.264 312.7) |
Copy-ready code
/* CSS */
color: #af2ae7;
background-color: #af2ae7;
/* Tailwind (arbitrary) */
class="text-[#af2ae7] bg-[#af2ae7]"
/* SCSS */
$brand: #af2ae7;
/* SwiftUI */
Color(red: 0.686, green: 0.165, blue: 0.906)
/* Android */
Color.parseColor("#af2ae7")Accessibility — WCAG contrast
Aa
#af2ae7 on white: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af2ae7 on black: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green16.5%
Blue90.6%
CMYK percentages
Cyan24.2%
Magenta81.8%
Yellow0.0%
Key (black)9.4%
Color previews
#af2ae7 text on a black background
contrast 4.31:1
Card sample
#af2ae7 text on a white background
contrast 4.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af2ae7;
Background color
Panel with #af2ae7 background
background-color: #af2ae7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af2ae7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 42, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 42, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af2ae7; background: linear-gradient(135deg, #af2ae7, #E72AA1);