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