#af71bd
a balanced, soft violet · warm · closest name: plum
RGB
175, 113, 189
HSL
289°, 37%, 59%
CMYK
7, 40, 0, 26
Luminance
0.2460
Every format
| HEX | #af71bd |
| RGB | rgb(175, 113, 189) |
| HSL | hsl(289, 37%, 59%) |
| CMYK | cmyk(7%, 40%, 0%, 26%) |
| LAB | lab(56.7 37.3 -30.2) |
| LCH | lch(56.7 48.0 321.0) |
| OKLCH | oklch(0.642 0.129 320.1) |
Copy-ready code
/* CSS */
color: #af71bd;
background-color: #af71bd;
/* Tailwind (arbitrary) */
class="text-[#af71bd] bg-[#af71bd]"
/* SCSS */
$brand: #af71bd;
/* SwiftUI */
Color(red: 0.686, green: 0.443, blue: 0.741)
/* Android */
Color.parseColor("#af71bd")Accessibility — WCAG contrast
Aa
#af71bd on white: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af71bd on black: 5.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green44.3%
Blue74.1%
CMYK percentages
Cyan7.4%
Magenta40.2%
Yellow0.0%
Key (black)25.9%
Color previews
#af71bd text on a black background
contrast 5.92:1
Card sample
#af71bd text on a white background
contrast 3.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af71bd;
Background color
Panel with #af71bd background
background-color: #af71bd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af71bd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 113, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 113, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af71bd; background: linear-gradient(135deg, #af71bd, #BD7198);