#af5eb5
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
175, 94, 181
HSL
296°, 37%, 54%
CMYK
3, 48, 0, 29
Luminance
0.2046
Every format
| HEX | #af5eb5 |
| RGB | rgb(175, 94, 181) |
| HSL | hsl(296, 37%, 54%) |
| CMYK | cmyk(3%, 48%, 0%, 29%) |
| LAB | lab(52.4 45.9 -32.3) |
| LCH | lch(52.4 56.1 324.9) |
| OKLCH | oklch(0.608 0.154 324.7) |
Copy-ready code
/* CSS */
color: #af5eb5;
background-color: #af5eb5;
/* Tailwind (arbitrary) */
class="text-[#af5eb5] bg-[#af5eb5]"
/* SCSS */
$brand: #af5eb5;
/* SwiftUI */
Color(red: 0.686, green: 0.369, blue: 0.710)
/* Android */
Color.parseColor("#af5eb5")Accessibility — WCAG contrast
Aa
#af5eb5 on white: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af5eb5 on black: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green36.9%
Blue71.0%
CMYK percentages
Cyan3.3%
Magenta48.1%
Yellow0.0%
Key (black)29.0%
Color previews
#af5eb5 text on a black background
contrast 5.09:1
Card sample
#af5eb5 text on a white background
contrast 4.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5eb5;
Background color
Panel with #af5eb5 background
background-color: #af5eb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5eb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 94, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 94, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5eb5; background: linear-gradient(135deg, #af5eb5, #B55E81);