#af4073
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
175, 64, 115
HSL
332°, 46%, 47%
CMYK
0, 63, 34, 31
Luminance
0.1402
Every format
| HEX | #af4073 |
| RGB | rgb(175, 64, 115) |
| HSL | hsl(332, 46%, 47%) |
| CMYK | cmyk(0%, 63%, 34%, 31%) |
| LAB | lab(44.3 50.0 -5.3) |
| LCH | lch(44.3 50.3 353.9) |
| OKLCH | oklch(0.540 0.153 355.0) |
Copy-ready code
/* CSS */
color: #af4073;
background-color: #af4073;
/* Tailwind (arbitrary) */
class="text-[#af4073] bg-[#af4073]"
/* SCSS */
$brand: #af4073;
/* SwiftUI */
Color(red: 0.686, green: 0.251, blue: 0.451)
/* Android */
Color.parseColor("#af4073")Accessibility — WCAG contrast
Aa
#af4073 on white: 5.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af4073 on black: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green25.1%
Blue45.1%
CMYK percentages
Cyan0.0%
Magenta63.4%
Yellow34.3%
Key (black)31.4%
Color previews
#af4073 text on a black background
contrast 3.80:1
Card sample
#af4073 text on a white background
contrast 5.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4073;
Background color
Panel with #af4073 background
background-color: #af4073;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4073;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 64, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 64, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4073; background: linear-gradient(135deg, #af4073, #AF5740);