#af0c95
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 12, 149
HSL
310°, 87%, 37%
CMYK
0, 93, 15, 31
Luminance
0.1155
Every format
| HEX | #af0c95 |
| RGB | rgb(175, 12, 149) |
| HSL | hsl(310, 87%, 37%) |
| CMYK | cmyk(0%, 93%, 15%, 31%) |
| LAB | lab(40.5 69.2 -31.9) |
| LCH | lch(40.5 76.2 335.2) |
| OKLCH | oklch(0.517 0.222 336.9) |
Copy-ready code
/* CSS */
color: #af0c95;
background-color: #af0c95;
/* Tailwind (arbitrary) */
class="text-[#af0c95] bg-[#af0c95]"
/* SCSS */
$brand: #af0c95;
/* SwiftUI */
Color(red: 0.686, green: 0.047, blue: 0.584)
/* Android */
Color.parseColor("#af0c95")Accessibility — WCAG contrast
Aa
#af0c95 on white: 6.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af0c95 on black: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green4.7%
Blue58.4%
CMYK percentages
Cyan0.0%
Magenta93.1%
Yellow14.9%
Key (black)31.4%
Color previews
#af0c95 text on a black background
contrast 3.31:1
Card sample
#af0c95 text on a white background
contrast 6.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0c95;
Background color
Panel with #af0c95 background
background-color: #af0c95;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0c95;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 12, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 12, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0c95; background: linear-gradient(135deg, #af0c95, #AF0C28);