#af4191
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
175, 65, 145
HSL
316°, 46%, 47%
CMYK
0, 63, 17, 31
Luminance
0.1494
Every format
| HEX | #af4191 |
| RGB | rgb(175, 65, 145) |
| HSL | hsl(316, 46%, 47%) |
| CMYK | cmyk(0%, 63%, 17%, 31%) |
| LAB | lab(45.5 53.7 -21.6) |
| LCH | lch(45.5 57.9 338.1) |
| OKLCH | oklch(0.553 0.169 339.9) |
Copy-ready code
/* CSS */
color: #af4191;
background-color: #af4191;
/* Tailwind (arbitrary) */
class="text-[#af4191] bg-[#af4191]"
/* SCSS */
$brand: #af4191;
/* SwiftUI */
Color(red: 0.686, green: 0.255, blue: 0.569)
/* Android */
Color.parseColor("#af4191")Accessibility — WCAG contrast
Aa
#af4191 on white: 5.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af4191 on black: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green25.5%
Blue56.9%
CMYK percentages
Cyan0.0%
Magenta62.9%
Yellow17.1%
Key (black)31.4%
Color previews
#af4191 text on a black background
contrast 3.99:1
Card sample
#af4191 text on a white background
contrast 5.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4191;
Background color
Panel with #af4191 background
background-color: #af4191;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4191;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 65, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 65, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4191; background: linear-gradient(135deg, #af4191, #AF4148);