#af2298
a dark, vivid magenta / pink · warm · closest name: purple
RGB
175, 34, 152
HSL
310°, 68%, 41%
CMYK
0, 81, 13, 31
Luminance
0.1253
Every format
| HEX | #af2298 |
| RGB | rgb(175, 34, 152) |
| HSL | hsl(310, 68%, 41%) |
| CMYK | cmyk(0%, 81%, 13%, 31%) |
| LAB | lab(42.0 65.5 -31.3) |
| LCH | lch(42.0 72.6 334.5) |
| OKLCH | oklch(0.528 0.210 336.0) |
Copy-ready code
/* CSS */
color: #af2298;
background-color: #af2298;
/* Tailwind (arbitrary) */
class="text-[#af2298] bg-[#af2298]"
/* SCSS */
$brand: #af2298;
/* SwiftUI */
Color(red: 0.686, green: 0.133, blue: 0.596)
/* Android */
Color.parseColor("#af2298")Accessibility — WCAG contrast
Aa
#af2298 on white: 5.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af2298 on black: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green13.3%
Blue59.6%
CMYK percentages
Cyan0.0%
Magenta80.6%
Yellow13.1%
Key (black)31.4%
Color previews
#af2298 text on a black background
contrast 3.51:1
Card sample
#af2298 text on a white background
contrast 5.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af2298;
Background color
Panel with #af2298 background
background-color: #af2298;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af2298;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 34, 152, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 34, 152, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af2298; background: linear-gradient(135deg, #af2298, #AF223A);