#af46bd
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
175, 70, 189
HSL
293°, 47%, 51%
CMYK
7, 63, 0, 26
Luminance
0.1717
Every format
| HEX | #af46bd |
| RGB | rgb(175, 70, 189) |
| HSL | hsl(293, 47%, 51%) |
| CMYK | cmyk(7%, 63%, 0%, 26%) |
| LAB | lab(48.5 58.9 -43.0) |
| LCH | lch(48.5 73.0 323.8) |
| OKLCH | oklch(0.581 0.198 322.8) |
Copy-ready code
/* CSS */
color: #af46bd;
background-color: #af46bd;
/* Tailwind (arbitrary) */
class="text-[#af46bd] bg-[#af46bd]"
/* SCSS */
$brand: #af46bd;
/* SwiftUI */
Color(red: 0.686, green: 0.275, blue: 0.741)
/* Android */
Color.parseColor("#af46bd")Accessibility — WCAG contrast
Aa
#af46bd on white: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af46bd on black: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green27.5%
Blue74.1%
CMYK percentages
Cyan7.4%
Magenta63.0%
Yellow0.0%
Key (black)25.9%
Color previews
#af46bd text on a black background
contrast 4.43:1
Card sample
#af46bd text on a white background
contrast 4.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af46bd;
Background color
Panel with #af46bd background
background-color: #af46bd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af46bd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 70, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 70, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af46bd; background: linear-gradient(135deg, #af46bd, #BD467C);