#af229d
a dark, vivid magenta / pink · warm · closest name: purple
RGB
175, 34, 157
HSL
308°, 68%, 41%
CMYK
0, 81, 10, 31
Luminance
0.1269
Every format
| HEX | #af229d |
| RGB | rgb(175, 34, 157) |
| HSL | hsl(308, 68%, 41%) |
| CMYK | cmyk(0%, 81%, 10%, 31%) |
| LAB | lab(42.3 66.2 -33.9) |
| LCH | lch(42.3 74.4 332.9) |
| OKLCH | oklch(0.531 0.214 334.2) |
Copy-ready code
/* CSS */
color: #af229d;
background-color: #af229d;
/* Tailwind (arbitrary) */
class="text-[#af229d] bg-[#af229d]"
/* SCSS */
$brand: #af229d;
/* SwiftUI */
Color(red: 0.686, green: 0.133, blue: 0.616)
/* Android */
Color.parseColor("#af229d")Accessibility — WCAG contrast
Aa
#af229d on white: 5.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af229d on black: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green13.3%
Blue61.6%
CMYK percentages
Cyan0.0%
Magenta80.6%
Yellow10.3%
Key (black)31.4%
Color previews
#af229d text on a black background
contrast 3.54:1
Card sample
#af229d text on a white background
contrast 5.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af229d;
Background color
Panel with #af229d background
background-color: #af229d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af229d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 34, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 34, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af229d; background: linear-gradient(135deg, #af229d, #AF223F);