#af299b
a dark, vivid magenta / pink · warm · closest name: purple
RGB
175, 41, 155
HSL
309°, 62%, 42%
CMYK
0, 77, 11, 31
Luminance
0.1307
Every format
| HEX | #af299b |
| RGB | rgb(175, 41, 155) |
| HSL | hsl(309, 62%, 42%) |
| CMYK | cmyk(0%, 77%, 11%, 31%) |
| LAB | lab(42.9 64.0 -31.8) |
| LCH | lch(42.9 71.5 333.6) |
| OKLCH | oklch(0.535 0.206 335.0) |
Copy-ready code
/* CSS */
color: #af299b;
background-color: #af299b;
/* Tailwind (arbitrary) */
class="text-[#af299b] bg-[#af299b]"
/* SCSS */
$brand: #af299b;
/* SwiftUI */
Color(red: 0.686, green: 0.161, blue: 0.608)
/* Android */
Color.parseColor("#af299b")Accessibility — WCAG contrast
Aa
#af299b on white: 5.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af299b on black: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green16.1%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta76.6%
Yellow11.4%
Key (black)31.4%
Color previews
#af299b text on a black background
contrast 3.61:1
Card sample
#af299b text on a white background
contrast 5.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af299b;
Background color
Panel with #af299b background
background-color: #af299b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af299b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 41, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 41, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af299b; background: linear-gradient(135deg, #af299b, #AF2942);