#af3eaf
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
175, 62, 175
HSL
300°, 48%, 47%
CMYK
0, 65, 0, 31
Luminance
0.1565
Every format
| HEX | #af3eaf |
| RGB | rgb(175, 62, 175) |
| HSL | hsl(300, 48%, 47%) |
| CMYK | cmyk(0%, 65%, 0%, 31%) |
| LAB | lab(46.5 59.8 -38.0) |
| LCH | lch(46.5 70.8 327.6) |
| OKLCH | oklch(0.565 0.197 327.8) |
Copy-ready code
/* CSS */
color: #af3eaf;
background-color: #af3eaf;
/* Tailwind (arbitrary) */
class="text-[#af3eaf] bg-[#af3eaf]"
/* SCSS */
$brand: #af3eaf;
/* SwiftUI */
Color(red: 0.686, green: 0.243, blue: 0.686)
/* Android */
Color.parseColor("#af3eaf")Accessibility — WCAG contrast
Aa
#af3eaf on white: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af3eaf on black: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green24.3%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta64.6%
Yellow0.0%
Key (black)31.4%
Color previews
#af3eaf text on a black background
contrast 4.13:1
Card sample
#af3eaf text on a white background
contrast 5.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af3eaf;
Background color
Panel with #af3eaf background
background-color: #af3eaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af3eaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 62, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 62, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af3eaf; background: linear-gradient(135deg, #af3eaf, #AF3E64);