#af264d
a dark, vivid magenta / pink · warm · closest name: firebrick
RGB
175, 38, 77
HSL
343°, 64%, 42%
CMYK
0, 78, 56, 31
Luminance
0.1104
Every format
| HEX | #af264d |
| RGB | rgb(175, 38, 77) |
| HSL | hsl(343, 64%, 42%) |
| CMYK | cmyk(0%, 78%, 56%, 31%) |
| LAB | lab(39.6 56.1 11.8) |
| LCH | lch(39.6 57.3 11.9) |
| OKLCH | oklch(0.502 0.173 9.9) |
Copy-ready code
/* CSS */
color: #af264d;
background-color: #af264d;
/* Tailwind (arbitrary) */
class="text-[#af264d] bg-[#af264d]"
/* SCSS */
$brand: #af264d;
/* SwiftUI */
Color(red: 0.686, green: 0.149, blue: 0.302)
/* Android */
Color.parseColor("#af264d")Accessibility — WCAG contrast
Aa
#af264d on white: 6.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af264d on black: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green14.9%
Blue30.2%
CMYK percentages
Cyan0.0%
Magenta78.3%
Yellow56.0%
Key (black)31.4%
Color previews
#af264d text on a black background
contrast 3.21:1
Card sample
#af264d text on a white background
contrast 6.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af264d;
Background color
Panel with #af264d background
background-color: #af264d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af264d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 38, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 38, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af264d; background: linear-gradient(135deg, #af264d, #AF5A26);