#af335f
a dark, vivid magenta / pink · warm · closest name: firebrick
RGB
175, 51, 95
HSL
339°, 55%, 44%
CMYK
0, 71, 46, 31
Luminance
0.1231
Every format
| HEX | #af335f |
| RGB | rgb(175, 51, 95) |
| HSL | hsl(339, 55%, 44%) |
| CMYK | cmyk(0%, 71%, 46%, 31%) |
| LAB | lab(41.7 53.2 3.3) |
| LCH | lch(41.7 53.3 3.6) |
| OKLCH | oklch(0.519 0.163 3.2) |
Copy-ready code
/* CSS */
color: #af335f;
background-color: #af335f;
/* Tailwind (arbitrary) */
class="text-[#af335f] bg-[#af335f]"
/* SCSS */
$brand: #af335f;
/* SwiftUI */
Color(red: 0.686, green: 0.200, blue: 0.373)
/* Android */
Color.parseColor("#af335f")Accessibility — WCAG contrast
Aa
#af335f on white: 6.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af335f on black: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green20.0%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta70.9%
Yellow45.7%
Key (black)31.4%
Color previews
#af335f text on a black background
contrast 3.46:1
Card sample
#af335f text on a white background
contrast 6.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af335f;
Background color
Panel with #af335f background
background-color: #af335f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af335f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 51, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 51, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af335f; background: linear-gradient(135deg, #af335f, #AF5A33);