#af4698
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
175, 70, 152
HSL
313°, 43%, 48%
CMYK
0, 60, 13, 31
Luminance
0.1576
Every format
| HEX | #af4698 |
| RGB | rgb(175, 70, 152) |
| HSL | hsl(313, 43%, 48%) |
| CMYK | cmyk(0%, 60%, 13%, 31%) |
| LAB | lab(46.7 52.5 -24.1) |
| LCH | lch(46.7 57.8 335.4) |
| OKLCH | oklch(0.562 0.167 337.0) |
Copy-ready code
/* CSS */
color: #af4698;
background-color: #af4698;
/* Tailwind (arbitrary) */
class="text-[#af4698] bg-[#af4698]"
/* SCSS */
$brand: #af4698;
/* SwiftUI */
Color(red: 0.686, green: 0.275, blue: 0.596)
/* Android */
Color.parseColor("#af4698")Accessibility — WCAG contrast
Aa
#af4698 on white: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af4698 on black: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green27.5%
Blue59.6%
CMYK percentages
Cyan0.0%
Magenta60.0%
Yellow13.1%
Key (black)31.4%
Color previews
#af4698 text on a black background
contrast 4.15:1
Card sample
#af4698 text on a white background
contrast 5.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4698;
Background color
Panel with #af4698 background
background-color: #af4698;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4698;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 70, 152, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 70, 152, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4698; background: linear-gradient(135deg, #af4698, #AF4652);