#af63ba
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
175, 99, 186
HSL
292°, 39%, 56%
CMYK
6, 47, 0, 27
Luminance
0.2158
Every format
| HEX | #af63ba |
| RGB | rgb(175, 99, 186) |
| HSL | hsl(292, 39%, 56%) |
| CMYK | cmyk(6%, 47%, 0%, 27%) |
| LAB | lab(53.6 44.3 -33.3) |
| LCH | lch(53.6 55.4 323.1) |
| OKLCH | oklch(0.618 0.150 322.4) |
Copy-ready code
/* CSS */
color: #af63ba;
background-color: #af63ba;
/* Tailwind (arbitrary) */
class="text-[#af63ba] bg-[#af63ba]"
/* SCSS */
$brand: #af63ba;
/* SwiftUI */
Color(red: 0.686, green: 0.388, blue: 0.729)
/* Android */
Color.parseColor("#af63ba")Accessibility — WCAG contrast
Aa
#af63ba on white: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af63ba on black: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green38.8%
Blue72.9%
CMYK percentages
Cyan5.9%
Magenta46.8%
Yellow0.0%
Key (black)27.1%
Color previews
#af63ba text on a black background
contrast 5.32:1
Card sample
#af63ba text on a white background
contrast 3.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af63ba;
Background color
Panel with #af63ba background
background-color: #af63ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af63ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 99, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 99, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af63ba; background: linear-gradient(135deg, #af63ba, #BA638B);