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