#af44ad
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
175, 68, 173
HSL
301°, 44%, 48%
CMYK
0, 61, 1, 31
Luminance
0.1627
Every format
| HEX | #af44ad |
| RGB | rgb(175, 68, 173) |
| HSL | hsl(301, 44%, 48%) |
| CMYK | cmyk(0%, 61%, 1%, 31%) |
| LAB | lab(47.3 56.9 -35.5) |
| LCH | lch(47.3 67.1 328.0) |
| OKLCH | oklch(0.570 0.187 328.4) |
Copy-ready code
/* CSS */
color: #af44ad;
background-color: #af44ad;
/* Tailwind (arbitrary) */
class="text-[#af44ad] bg-[#af44ad]"
/* SCSS */
$brand: #af44ad;
/* SwiftUI */
Color(red: 0.686, green: 0.267, blue: 0.678)
/* Android */
Color.parseColor("#af44ad")Accessibility — WCAG contrast
Aa
#af44ad on white: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af44ad on black: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green26.7%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta61.1%
Yellow1.1%
Key (black)31.4%
Color previews
#af44ad text on a black background
contrast 4.25:1
Card sample
#af44ad text on a white background
contrast 4.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af44ad;
Background color
Panel with #af44ad background
background-color: #af44ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af44ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 68, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 68, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af44ad; background: linear-gradient(135deg, #af44ad, #AF4466);