#af236c
a dark, vivid magenta / pink · warm · closest name: purple
RGB
175, 35, 108
HSL
329°, 67%, 41%
CMYK
0, 80, 38, 31
Luminance
0.1140
Every format
| HEX | #af236c |
| RGB | rgb(175, 35, 108) |
| HSL | hsl(329, 67%, 41%) |
| CMYK | cmyk(0%, 80%, 38%, 31%) |
| LAB | lab(40.3 59.8 -7.0) |
| LCH | lch(40.3 60.2 353.4) |
| OKLCH | oklch(0.509 0.185 354.5) |
Copy-ready code
/* CSS */
color: #af236c;
background-color: #af236c;
/* Tailwind (arbitrary) */
class="text-[#af236c] bg-[#af236c]"
/* SCSS */
$brand: #af236c;
/* SwiftUI */
Color(red: 0.686, green: 0.137, blue: 0.424)
/* Android */
Color.parseColor("#af236c")Accessibility — WCAG contrast
Aa
#af236c on white: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af236c on black: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green13.7%
Blue42.4%
CMYK percentages
Cyan0.0%
Magenta80.0%
Yellow38.3%
Key (black)31.4%
Color previews
#af236c text on a black background
contrast 3.28:1
Card sample
#af236c text on a white background
contrast 6.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af236c;
Background color
Panel with #af236c background
background-color: #af236c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af236c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 35, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 35, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af236c; background: linear-gradient(135deg, #af236c, #AF3723);