#af3261
a dark, vivid magenta / pink · warm · closest name: firebrick
RGB
175, 50, 97
HSL
337°, 56%, 44%
CMYK
0, 71, 45, 31
Luminance
0.1226
Every format
| HEX | #af3261 |
| RGB | rgb(175, 50, 97) |
| HSL | hsl(337, 56%, 44%) |
| CMYK | cmyk(0%, 71%, 45%, 31%) |
| LAB | lab(41.6 53.8 2.0) |
| LCH | lch(41.6 53.8 2.1) |
| OKLCH | oklch(0.518 0.165 2.0) |
Copy-ready code
/* CSS */
color: #af3261;
background-color: #af3261;
/* Tailwind (arbitrary) */
class="text-[#af3261] bg-[#af3261]"
/* SCSS */
$brand: #af3261;
/* SwiftUI */
Color(red: 0.686, green: 0.196, blue: 0.380)
/* Android */
Color.parseColor("#af3261")Accessibility — WCAG contrast
Aa
#af3261 on white: 6.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af3261 on black: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green19.6%
Blue38.0%
CMYK percentages
Cyan0.0%
Magenta71.4%
Yellow44.6%
Key (black)31.4%
Color previews
#af3261 text on a black background
contrast 3.45:1
Card sample
#af3261 text on a white background
contrast 6.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af3261;
Background color
Panel with #af3261 background
background-color: #af3261;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af3261;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 50, 97, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 50, 97, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af3261; background: linear-gradient(135deg, #af3261, #AF5632);