#af48ba
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
175, 72, 186
HSL
294°, 45%, 51%
CMYK
6, 61, 0, 27
Luminance
0.1729
Every format
| HEX | #af48ba |
| RGB | rgb(175, 72, 186) |
| HSL | hsl(294, 45%, 51%) |
| CMYK | cmyk(6%, 61%, 0%, 27%) |
| LAB | lab(48.6 57.5 -41.1) |
| LCH | lch(48.6 70.6 324.5) |
| OKLCH | oklch(0.582 0.193 323.7) |
Copy-ready code
/* CSS */
color: #af48ba;
background-color: #af48ba;
/* Tailwind (arbitrary) */
class="text-[#af48ba] bg-[#af48ba]"
/* SCSS */
$brand: #af48ba;
/* SwiftUI */
Color(red: 0.686, green: 0.282, blue: 0.729)
/* Android */
Color.parseColor("#af48ba")Accessibility — WCAG contrast
Aa
#af48ba on white: 4.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af48ba on black: 4.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green28.2%
Blue72.9%
CMYK percentages
Cyan5.9%
Magenta61.3%
Yellow0.0%
Key (black)27.1%
Color previews
#af48ba text on a black background
contrast 4.46:1
Card sample
#af48ba text on a white background
contrast 4.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af48ba;
Background color
Panel with #af48ba background
background-color: #af48ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af48ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 72, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 72, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af48ba; background: linear-gradient(135deg, #af48ba, #BA4879);