#af2285
a dark, vivid magenta / pink · warm · closest name: purple
RGB
175, 34, 133
HSL
318°, 68%, 41%
CMYK
0, 81, 24, 31
Luminance
0.1195
Every format
| HEX | #af2285 |
| RGB | rgb(175, 34, 133) |
| HSL | hsl(318, 68%, 41%) |
| CMYK | cmyk(0%, 81%, 24%, 31%) |
| LAB | lab(41.1 62.9 -21.1) |
| LCH | lch(41.1 66.4 341.4) |
| OKLCH | oklch(0.519 0.199 343.4) |
Copy-ready code
/* CSS */
color: #af2285;
background-color: #af2285;
/* Tailwind (arbitrary) */
class="text-[#af2285] bg-[#af2285]"
/* SCSS */
$brand: #af2285;
/* SwiftUI */
Color(red: 0.686, green: 0.133, blue: 0.522)
/* Android */
Color.parseColor("#af2285")Accessibility — WCAG contrast
Aa
#af2285 on white: 6.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af2285 on black: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green13.3%
Blue52.2%
CMYK percentages
Cyan0.0%
Magenta80.6%
Yellow24.0%
Key (black)31.4%
Color previews
#af2285 text on a black background
contrast 3.39:1
Card sample
#af2285 text on a white background
contrast 6.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af2285;
Background color
Panel with #af2285 background
background-color: #af2285;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af2285;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 34, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 34, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af2285; background: linear-gradient(135deg, #af2285, #AF2227);