#af54ba
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
175, 84, 186
HSL
294°, 43%, 53%
CMYK
6, 55, 0, 27
Luminance
0.1900
Every format
| HEX | #af54ba |
| RGB | rgb(175, 84, 186) |
| HSL | hsl(294, 43%, 53%) |
| CMYK | cmyk(6%, 55%, 0%, 27%) |
| LAB | lab(50.7 51.9 -37.8) |
| LCH | lch(50.7 64.2 323.9) |
| OKLCH | oklch(0.597 0.175 323.2) |
Copy-ready code
/* CSS */
color: #af54ba;
background-color: #af54ba;
/* Tailwind (arbitrary) */
class="text-[#af54ba] bg-[#af54ba]"
/* SCSS */
$brand: #af54ba;
/* SwiftUI */
Color(red: 0.686, green: 0.329, blue: 0.729)
/* Android */
Color.parseColor("#af54ba")Accessibility — WCAG contrast
Aa
#af54ba on white: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af54ba on black: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green32.9%
Blue72.9%
CMYK percentages
Cyan5.9%
Magenta54.8%
Yellow0.0%
Key (black)27.1%
Color previews
#af54ba text on a black background
contrast 4.80:1
Card sample
#af54ba text on a white background
contrast 4.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af54ba;
Background color
Panel with #af54ba background
background-color: #af54ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af54ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 84, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 84, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af54ba; background: linear-gradient(135deg, #af54ba, #BA5481);