#af114c
a dark, electric magenta / pink · warm · closest name: crimson
RGB
175, 17, 76
HSL
338°, 82%, 38%
CMYK
0, 90, 57, 31
Luminance
0.1004
Every format
| HEX | #af114c |
| RGB | rgb(175, 17, 76) |
| HSL | hsl(338, 82%, 38%) |
| CMYK | cmyk(0%, 90%, 57%, 31%) |
| LAB | lab(37.9 60.9 10.0) |
| LCH | lch(37.9 61.7 9.3) |
| OKLCH | oklch(0.489 0.187 7.8) |
Copy-ready code
/* CSS */
color: #af114c;
background-color: #af114c;
/* Tailwind (arbitrary) */
class="text-[#af114c] bg-[#af114c]"
/* SCSS */
$brand: #af114c;
/* SwiftUI */
Color(red: 0.686, green: 0.067, blue: 0.298)
/* Android */
Color.parseColor("#af114c")Accessibility — WCAG contrast
Aa
#af114c on white: 6.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af114c on black: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green6.7%
Blue29.8%
CMYK percentages
Cyan0.0%
Magenta90.3%
Yellow56.6%
Key (black)31.4%
Color previews
#af114c text on a black background
contrast 3.01:1
Card sample
#af114c text on a white background
contrast 6.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af114c;
Background color
Panel with #af114c background
background-color: #af114c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af114c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 17, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 17, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af114c; background: linear-gradient(135deg, #af114c, #AF3F11);