#af4099
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
175, 64, 153
HSL
312°, 46%, 47%
CMYK
0, 63, 13, 31
Luminance
0.1508
Every format
| HEX | #af4099 |
| RGB | rgb(175, 64, 153) |
| HSL | hsl(312, 46%, 47%) |
| CMYK | cmyk(0%, 63%, 13%, 31%) |
| LAB | lab(45.8 55.3 -26.1) |
| LCH | lch(45.8 61.2 334.7) |
| OKLCH | oklch(0.555 0.177 336.3) |
Copy-ready code
/* CSS */
color: #af4099;
background-color: #af4099;
/* Tailwind (arbitrary) */
class="text-[#af4099] bg-[#af4099]"
/* SCSS */
$brand: #af4099;
/* SwiftUI */
Color(red: 0.686, green: 0.251, blue: 0.600)
/* Android */
Color.parseColor("#af4099")Accessibility — WCAG contrast
Aa
#af4099 on white: 5.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af4099 on black: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green25.1%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta63.4%
Yellow12.6%
Key (black)31.4%
Color previews
#af4099 text on a black background
contrast 4.02:1
Card sample
#af4099 text on a white background
contrast 5.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4099;
Background color
Panel with #af4099 background
background-color: #af4099;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4099;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 64, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 64, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4099; background: linear-gradient(135deg, #af4099, #AF404F);