#af355f
a dark, vivid magenta / pink · warm · closest name: firebrick
RGB
175, 53, 95
HSL
339°, 54%, 45%
CMYK
0, 70, 46, 31
Luminance
0.1249
Every format
| HEX | #af355f |
| RGB | rgb(175, 53, 95) |
| HSL | hsl(339, 54%, 45%) |
| CMYK | cmyk(0%, 70%, 46%, 31%) |
| LAB | lab(42.0 52.4 3.7) |
| LCH | lch(42.0 52.6 4.1) |
| OKLCH | oklch(0.521 0.161 3.6) |
Copy-ready code
/* CSS */
color: #af355f;
background-color: #af355f;
/* Tailwind (arbitrary) */
class="text-[#af355f] bg-[#af355f]"
/* SCSS */
$brand: #af355f;
/* SwiftUI */
Color(red: 0.686, green: 0.208, blue: 0.373)
/* Android */
Color.parseColor("#af355f")Accessibility — WCAG contrast
Aa
#af355f on white: 6.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af355f on black: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green20.8%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta69.7%
Yellow45.7%
Key (black)31.4%
Color previews
#af355f text on a black background
contrast 3.50:1
Card sample
#af355f text on a white background
contrast 6.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af355f;
Background color
Panel with #af355f background
background-color: #af355f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af355f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 53, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 53, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af355f; background: linear-gradient(135deg, #af355f, #AF5C35);