#af4f92
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
175, 79, 146
HSL
318°, 38%, 50%
CMYK
0, 55, 17, 31
Luminance
0.1678
Every format
| HEX | #af4f92 |
| RGB | rgb(175, 79, 146) |
| HSL | hsl(318, 38%, 50%) |
| CMYK | cmyk(0%, 55%, 17%, 31%) |
| LAB | lab(48.0 47.4 -18.5) |
| LCH | lch(48.0 50.8 338.7) |
| OKLCH | oklch(0.571 0.148 340.5) |
Copy-ready code
/* CSS */
color: #af4f92;
background-color: #af4f92;
/* Tailwind (arbitrary) */
class="text-[#af4f92] bg-[#af4f92]"
/* SCSS */
$brand: #af4f92;
/* SwiftUI */
Color(red: 0.686, green: 0.310, blue: 0.573)
/* Android */
Color.parseColor("#af4f92")Accessibility — WCAG contrast
Aa
#af4f92 on white: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af4f92 on black: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green31.0%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta54.9%
Yellow16.6%
Key (black)31.4%
Color previews
#af4f92 text on a black background
contrast 4.36:1
Card sample
#af4f92 text on a white background
contrast 4.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4f92;
Background color
Panel with #af4f92 background
background-color: #af4f92;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4f92;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 79, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 79, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4f92; background: linear-gradient(135deg, #af4f92, #AF4F52);