#af71bf
a balanced, soft violet · warm · closest name: orchid
RGB
175, 113, 191
HSL
288°, 38%, 60%
CMYK
8, 41, 0, 25
Luminance
0.2469
Every format
| HEX | #af71bf |
| RGB | rgb(175, 113, 191) |
| HSL | hsl(288, 38%, 60%) |
| CMYK | cmyk(8%, 41%, 0%, 25%) |
| LAB | lab(56.8 37.7 -31.2) |
| LCH | lch(56.8 48.9 320.4) |
| OKLCH | oklch(0.643 0.131 319.2) |
Copy-ready code
/* CSS */
color: #af71bf;
background-color: #af71bf;
/* Tailwind (arbitrary) */
class="text-[#af71bf] bg-[#af71bf]"
/* SCSS */
$brand: #af71bf;
/* SwiftUI */
Color(red: 0.686, green: 0.443, blue: 0.749)
/* Android */
Color.parseColor("#af71bf")Accessibility — WCAG contrast
Aa
#af71bf on white: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af71bf on black: 5.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green44.3%
Blue74.9%
CMYK percentages
Cyan8.4%
Magenta40.8%
Yellow0.0%
Key (black)25.1%
Color previews
#af71bf text on a black background
contrast 5.94:1
Card sample
#af71bf text on a white background
contrast 3.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af71bf;
Background color
Panel with #af71bf background
background-color: #af71bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af71bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 113, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 113, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af71bf; background: linear-gradient(135deg, #af71bf, #BF719B);