#af366b
a dark, vivid magenta / pink · warm · closest name: purple
RGB
175, 54, 107
HSL
334°, 53%, 45%
CMYK
0, 69, 39, 31
Luminance
0.1281
Every format
| HEX | #af366b |
| RGB | rgb(175, 54, 107) |
| HSL | hsl(334, 53%, 45%) |
| CMYK | cmyk(0%, 69%, 39%, 31%) |
| LAB | lab(42.5 53.3 -3.0) |
| LCH | lch(42.5 53.4 356.8) |
| OKLCH | oklch(0.526 0.163 357.5) |
Copy-ready code
/* CSS */
color: #af366b;
background-color: #af366b;
/* Tailwind (arbitrary) */
class="text-[#af366b] bg-[#af366b]"
/* SCSS */
$brand: #af366b;
/* SwiftUI */
Color(red: 0.686, green: 0.212, blue: 0.420)
/* Android */
Color.parseColor("#af366b")Accessibility — WCAG contrast
Aa
#af366b on white: 5.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af366b on black: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green21.2%
Blue42.0%
CMYK percentages
Cyan0.0%
Magenta69.1%
Yellow38.9%
Key (black)31.4%
Color previews
#af366b text on a black background
contrast 3.56:1
Card sample
#af366b text on a white background
contrast 5.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af366b;
Background color
Panel with #af366b background
background-color: #af366b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af366b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 54, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 54, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af366b; background: linear-gradient(135deg, #af366b, #AF5236);