#af71c9
a balanced, soft violet · warm · closest name: orchid
RGB
175, 113, 201
HSL
282°, 45%, 62%
CMYK
13, 44, 0, 21
Luminance
0.2514
Every format
| HEX | #af71c9 |
| RGB | rgb(175, 113, 201) |
| HSL | hsl(282, 45%, 62%) |
| CMYK | cmyk(13%, 44%, 0%, 21%) |
| LAB | lab(57.2 39.8 -36.2) |
| LCH | lch(57.2 53.8 317.7) |
| OKLCH | oklch(0.647 0.142 315.3) |
Copy-ready code
/* CSS */
color: #af71c9;
background-color: #af71c9;
/* Tailwind (arbitrary) */
class="text-[#af71c9] bg-[#af71c9]"
/* SCSS */
$brand: #af71c9;
/* SwiftUI */
Color(red: 0.686, green: 0.443, blue: 0.788)
/* Android */
Color.parseColor("#af71c9")Accessibility — WCAG contrast
Aa
#af71c9 on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af71c9 on black: 6.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green44.3%
Blue78.8%
CMYK percentages
Cyan12.9%
Magenta43.8%
Yellow0.0%
Key (black)21.2%
Color previews
#af71c9 text on a black background
contrast 6.03:1
Card sample
#af71c9 text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af71c9;
Background color
Panel with #af71c9 background
background-color: #af71c9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af71c9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 113, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 113, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af71c9; background: linear-gradient(135deg, #af71c9, #C971A8);