#af499b
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
175, 73, 155
HSL
312°, 41%, 49%
CMYK
0, 58, 11, 31
Luminance
0.1625
Every format
| HEX | #af499b |
| RGB | rgb(175, 73, 155) |
| HSL | hsl(312, 41%, 49%) |
| CMYK | cmyk(0%, 58%, 11%, 31%) |
| LAB | lab(47.3 51.6 -24.9) |
| LCH | lch(47.3 57.3 334.3) |
| OKLCH | oklch(0.567 0.165 335.8) |
Copy-ready code
/* CSS */
color: #af499b;
background-color: #af499b;
/* Tailwind (arbitrary) */
class="text-[#af499b] bg-[#af499b]"
/* SCSS */
$brand: #af499b;
/* SwiftUI */
Color(red: 0.686, green: 0.286, blue: 0.608)
/* Android */
Color.parseColor("#af499b")Accessibility — WCAG contrast
Aa
#af499b on white: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af499b on black: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green28.6%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta58.3%
Yellow11.4%
Key (black)31.4%
Color previews
#af499b text on a black background
contrast 4.25:1
Card sample
#af499b text on a white background
contrast 4.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af499b;
Background color
Panel with #af499b background
background-color: #af499b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af499b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 73, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 73, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af499b; background: linear-gradient(135deg, #af499b, #AF4957);