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