#af4f90
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
175, 79, 144
HSL
319°, 38%, 50%
CMYK
0, 55, 18, 31
Luminance
0.1672
Every format
| HEX | #af4f90 |
| RGB | rgb(175, 79, 144) |
| HSL | hsl(319, 38%, 50%) |
| CMYK | cmyk(0%, 55%, 18%, 31%) |
| LAB | lab(47.9 47.1 -17.4) |
| LCH | lch(47.9 50.2 339.7) |
| OKLCH | oklch(0.570 0.147 341.6) |
Copy-ready code
/* CSS */
color: #af4f90;
background-color: #af4f90;
/* Tailwind (arbitrary) */
class="text-[#af4f90] bg-[#af4f90]"
/* SCSS */
$brand: #af4f90;
/* SwiftUI */
Color(red: 0.686, green: 0.310, blue: 0.565)
/* Android */
Color.parseColor("#af4f90")Accessibility — WCAG contrast
Aa
#af4f90 on white: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af4f90 on black: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green31.0%
Blue56.5%
CMYK percentages
Cyan0.0%
Magenta54.9%
Yellow17.7%
Key (black)31.4%
Color previews
#af4f90 text on a black background
contrast 4.34:1
Card sample
#af4f90 text on a white background
contrast 4.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4f90;
Background color
Panel with #af4f90 background
background-color: #af4f90;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4f90;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 79, 144, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 79, 144, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4f90; background: linear-gradient(135deg, #af4f90, #AF4F50);