#af205f
a dark, vivid magenta / pink · warm · closest name: crimson
RGB
175, 32, 95
HSL
334°, 69%, 41%
CMYK
0, 82, 46, 31
Luminance
0.1097
Every format
| HEX | #af205f |
| RGB | rgb(175, 32, 95) |
| HSL | hsl(334, 69%, 41%) |
| CMYK | cmyk(0%, 82%, 46%, 31%) |
| LAB | lab(39.5 59.3 0.2) |
| LCH | lch(39.5 59.3 0.2) |
| OKLCH | oklch(0.503 0.182 0.4) |
Copy-ready code
/* CSS */
color: #af205f;
background-color: #af205f;
/* Tailwind (arbitrary) */
class="text-[#af205f] bg-[#af205f]"
/* SCSS */
$brand: #af205f;
/* SwiftUI */
Color(red: 0.686, green: 0.125, blue: 0.373)
/* Android */
Color.parseColor("#af205f")Accessibility — WCAG contrast
Aa
#af205f on white: 6.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af205f on black: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green12.5%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta81.7%
Yellow45.7%
Key (black)31.4%
Color previews
#af205f text on a black background
contrast 3.19:1
Card sample
#af205f text on a white background
contrast 6.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af205f;
Background color
Panel with #af205f background
background-color: #af205f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af205f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 32, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 32, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af205f; background: linear-gradient(135deg, #af205f, #AF4020);