#af2863
a dark, vivid magenta / pink · warm · closest name: purple
RGB
175, 40, 99
HSL
334°, 63%, 42%
CMYK
0, 77, 43, 31
Luminance
0.1153
Every format
| HEX | #af2863 |
| RGB | rgb(175, 40, 99) |
| HSL | hsl(334, 63%, 42%) |
| CMYK | cmyk(0%, 77%, 43%, 31%) |
| LAB | lab(40.5 57.4 -1.0) |
| LCH | lch(40.5 57.4 359.0) |
| OKLCH | oklch(0.510 0.176 359.4) |
Copy-ready code
/* CSS */
color: #af2863;
background-color: #af2863;
/* Tailwind (arbitrary) */
class="text-[#af2863] bg-[#af2863]"
/* SCSS */
$brand: #af2863;
/* SwiftUI */
Color(red: 0.686, green: 0.157, blue: 0.388)
/* Android */
Color.parseColor("#af2863")Accessibility — WCAG contrast
Aa
#af2863 on white: 6.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af2863 on black: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green15.7%
Blue38.8%
CMYK percentages
Cyan0.0%
Magenta77.1%
Yellow43.4%
Key (black)31.4%
Color previews
#af2863 text on a black background
contrast 3.31:1
Card sample
#af2863 text on a white background
contrast 6.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af2863;
Background color
Panel with #af2863 background
background-color: #af2863;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af2863;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 40, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 40, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af2863; background: linear-gradient(135deg, #af2863, #AF4728);