#af285d
a dark, vivid magenta / pink · warm · closest name: crimson
RGB
175, 40, 93
HSL
336°, 63%, 42%
CMYK
0, 77, 47, 31
Luminance
0.1142
Every format
| HEX | #af285d |
| RGB | rgb(175, 40, 93) |
| HSL | hsl(336, 63%, 42%) |
| CMYK | cmyk(0%, 77%, 47%, 31%) |
| LAB | lab(40.3 56.8 2.5) |
| LCH | lch(40.3 56.9 2.6) |
| OKLCH | oklch(0.508 0.174 2.4) |
Copy-ready code
/* CSS */
color: #af285d;
background-color: #af285d;
/* Tailwind (arbitrary) */
class="text-[#af285d] bg-[#af285d]"
/* SCSS */
$brand: #af285d;
/* SwiftUI */
Color(red: 0.686, green: 0.157, blue: 0.365)
/* Android */
Color.parseColor("#af285d")Accessibility — WCAG contrast
Aa
#af285d on white: 6.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af285d on black: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green15.7%
Blue36.5%
CMYK percentages
Cyan0.0%
Magenta77.1%
Yellow46.9%
Key (black)31.4%
Color previews
#af285d text on a black background
contrast 3.28:1
Card sample
#af285d text on a white background
contrast 6.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af285d;
Background color
Panel with #af285d background
background-color: #af285d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af285d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 40, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 40, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af285d; background: linear-gradient(135deg, #af285d, #AF4D28);