#af71d3
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 113, 211
HSL
278°, 53%, 64%
CMYK
17, 46, 0, 17
Luminance
0.2563
Every format
| HEX | #af71d3 |
| RGB | rgb(175, 113, 211) |
| HSL | hsl(278, 53%, 64%) |
| CMYK | cmyk(17%, 46%, 0%, 17%) |
| LAB | lab(57.7 41.9 -41.1) |
| LCH | lch(57.7 58.7 315.6) |
| OKLCH | oklch(0.652 0.154 312.0) |
Copy-ready code
/* CSS */
color: #af71d3;
background-color: #af71d3;
/* Tailwind (arbitrary) */
class="text-[#af71d3] bg-[#af71d3]"
/* SCSS */
$brand: #af71d3;
/* SwiftUI */
Color(red: 0.686, green: 0.443, blue: 0.827)
/* Android */
Color.parseColor("#af71d3")Accessibility — WCAG contrast
Aa
#af71d3 on white: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af71d3 on black: 6.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green44.3%
Blue82.7%
CMYK percentages
Cyan17.1%
Magenta46.4%
Yellow0.0%
Key (black)17.3%
Color previews
#af71d3 text on a black background
contrast 6.13:1
Card sample
#af71d3 text on a white background
contrast 3.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af71d3;
Background color
Panel with #af71d3 background
background-color: #af71d3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af71d3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 113, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 113, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af71d3; background: linear-gradient(135deg, #af71d3, #D371B6);