#af1eb6
a dark, vivid magenta / pink · warm · closest name: purple
RGB
175, 30, 182
HSL
297°, 72%, 42%
CMYK
4, 84, 0, 29
Luminance
0.1342
Every format
| HEX | #af1eb6 |
| RGB | rgb(175, 30, 182) |
| HSL | hsl(297, 72%, 42%) |
| CMYK | cmyk(4%, 84%, 0%, 29%) |
| LAB | lab(43.4 71.0 -47.1) |
| LCH | lch(43.4 85.2 326.5) |
| OKLCH | oklch(0.543 0.235 326.0) |
Copy-ready code
/* CSS */
color: #af1eb6;
background-color: #af1eb6;
/* Tailwind (arbitrary) */
class="text-[#af1eb6] bg-[#af1eb6]"
/* SCSS */
$brand: #af1eb6;
/* SwiftUI */
Color(red: 0.686, green: 0.118, blue: 0.714)
/* Android */
Color.parseColor("#af1eb6")Accessibility — WCAG contrast
Aa
#af1eb6 on white: 5.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af1eb6 on black: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green11.8%
Blue71.4%
CMYK percentages
Cyan3.8%
Magenta83.5%
Yellow0.0%
Key (black)28.6%
Color previews
#af1eb6 text on a black background
contrast 3.68:1
Card sample
#af1eb6 text on a white background
contrast 5.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af1eb6;
Background color
Panel with #af1eb6 background
background-color: #af1eb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af1eb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 30, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 30, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af1eb6; background: linear-gradient(135deg, #af1eb6, #B61E58);