#af0eaf
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 14, 175
HSL
300°, 85%, 37%
CMYK
0, 92, 0, 31
Luminance
0.1252
Every format
| HEX | #af0eaf |
| RGB | rgb(175, 14, 175) |
| HSL | hsl(300, 85%, 37%) |
| CMYK | cmyk(0%, 92%, 0%, 31%) |
| LAB | lab(42.0 72.6 -45.1) |
| LCH | lch(42.0 85.5 328.2) |
| OKLCH | oklch(0.532 0.238 328.3) |
Copy-ready code
/* CSS */
color: #af0eaf;
background-color: #af0eaf;
/* Tailwind (arbitrary) */
class="text-[#af0eaf] bg-[#af0eaf]"
/* SCSS */
$brand: #af0eaf;
/* SwiftUI */
Color(red: 0.686, green: 0.055, blue: 0.686)
/* Android */
Color.parseColor("#af0eaf")Accessibility — WCAG contrast
Aa
#af0eaf on white: 5.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af0eaf on black: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green5.5%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta92.0%
Yellow0.0%
Key (black)31.4%
Color previews
#af0eaf text on a black background
contrast 3.50:1
Card sample
#af0eaf text on a white background
contrast 5.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0eaf;
Background color
Panel with #af0eaf background
background-color: #af0eaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0eaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 14, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 14, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0eaf; background: linear-gradient(135deg, #af0eaf, #AF0E44);