#af2148
a dark, vivid magenta / pink · warm · closest name: firebrick
RGB
175, 33, 72
HSL
344°, 68%, 41%
CMYK
0, 81, 59, 31
Luminance
0.1067
Every format
| HEX | #af2148 |
| RGB | rgb(175, 33, 72) |
| HSL | hsl(344, 68%, 41%) |
| CMYK | cmyk(0%, 81%, 59%, 31%) |
| LAB | lab(39.0 57.2 14.1) |
| LCH | lch(39.0 58.9 13.9) |
| OKLCH | oklch(0.497 0.176 11.5) |
Copy-ready code
/* CSS */
color: #af2148;
background-color: #af2148;
/* Tailwind (arbitrary) */
class="text-[#af2148] bg-[#af2148]"
/* SCSS */
$brand: #af2148;
/* SwiftUI */
Color(red: 0.686, green: 0.129, blue: 0.282)
/* Android */
Color.parseColor("#af2148")Accessibility — WCAG contrast
Aa
#af2148 on white: 6.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af2148 on black: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green12.9%
Blue28.2%
CMYK percentages
Cyan0.0%
Magenta81.1%
Yellow58.9%
Key (black)31.4%
Color previews
#af2148 text on a black background
contrast 3.13:1
Card sample
#af2148 text on a white background
contrast 6.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af2148;
Background color
Panel with #af2148 background
background-color: #af2148;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af2148;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 33, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 33, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af2148; background: linear-gradient(135deg, #af2148, #AF5921);