#af4ea2
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
175, 78, 162
HSL
308°, 38%, 50%
CMYK
0, 55, 7, 31
Luminance
0.1717
Every format
| HEX | #af4ea2 |
| RGB | rgb(175, 78, 162) |
| HSL | hsl(308, 38%, 50%) |
| CMYK | cmyk(0%, 55%, 7%, 31%) |
| LAB | lab(48.5 50.5 -27.2) |
| LCH | lch(48.5 57.3 331.7) |
| OKLCH | oklch(0.577 0.163 332.9) |
Copy-ready code
/* CSS */
color: #af4ea2;
background-color: #af4ea2;
/* Tailwind (arbitrary) */
class="text-[#af4ea2] bg-[#af4ea2]"
/* SCSS */
$brand: #af4ea2;
/* SwiftUI */
Color(red: 0.686, green: 0.306, blue: 0.635)
/* Android */
Color.parseColor("#af4ea2")Accessibility — WCAG contrast
Aa
#af4ea2 on white: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af4ea2 on black: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green30.6%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta55.4%
Yellow7.4%
Key (black)31.4%
Color previews
#af4ea2 text on a black background
contrast 4.43:1
Card sample
#af4ea2 text on a white background
contrast 4.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4ea2;
Background color
Panel with #af4ea2 background
background-color: #af4ea2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4ea2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 78, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 78, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4ea2; background: linear-gradient(135deg, #af4ea2, #AF4E61);