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