#af4eb1
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
175, 78, 177
HSL
299°, 39%, 50%
CMYK
1, 56, 0, 31
Luminance
0.1774
Every format
| HEX | #af4eb1 |
| RGB | rgb(175, 78, 177) |
| HSL | hsl(299, 39%, 50%) |
| CMYK | cmyk(1%, 56%, 0%, 31%) |
| LAB | lab(49.2 53.1 -35.0) |
| LCH | lch(49.2 63.6 326.6) |
| OKLCH | oklch(0.584 0.176 326.8) |
Copy-ready code
/* CSS */
color: #af4eb1;
background-color: #af4eb1;
/* Tailwind (arbitrary) */
class="text-[#af4eb1] bg-[#af4eb1]"
/* SCSS */
$brand: #af4eb1;
/* SwiftUI */
Color(red: 0.686, green: 0.306, blue: 0.694)
/* Android */
Color.parseColor("#af4eb1")Accessibility — WCAG contrast
Aa
#af4eb1 on white: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af4eb1 on black: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green30.6%
Blue69.4%
CMYK percentages
Cyan1.1%
Magenta55.9%
Yellow0.0%
Key (black)30.6%
Color previews
#af4eb1 text on a black background
contrast 4.55:1
Card sample
#af4eb1 text on a white background
contrast 4.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4eb1;
Background color
Panel with #af4eb1 background
background-color: #af4eb1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4eb1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 78, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 78, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4eb1; background: linear-gradient(135deg, #af4eb1, #B14E71);