#af71ce
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 113, 206
HSL
280°, 49%, 63%
CMYK
15, 45, 0, 19
Luminance
0.2538
Every format
| HEX | #af71ce |
| RGB | rgb(175, 113, 206) |
| HSL | hsl(280, 49%, 63%) |
| CMYK | cmyk(15%, 45%, 0%, 19%) |
| LAB | lab(57.5 40.9 -38.6) |
| LCH | lch(57.5 56.2 316.6) |
| OKLCH | oklch(0.650 0.148 313.6) |
Copy-ready code
/* CSS */
color: #af71ce;
background-color: #af71ce;
/* Tailwind (arbitrary) */
class="text-[#af71ce] bg-[#af71ce]"
/* SCSS */
$brand: #af71ce;
/* SwiftUI */
Color(red: 0.686, green: 0.443, blue: 0.808)
/* Android */
Color.parseColor("#af71ce")Accessibility — WCAG contrast
Aa
#af71ce on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af71ce on black: 6.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green44.3%
Blue80.8%
CMYK percentages
Cyan15.0%
Magenta45.1%
Yellow0.0%
Key (black)19.2%
Color previews
#af71ce text on a black background
contrast 6.08:1
Card sample
#af71ce text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af71ce;
Background color
Panel with #af71ce background
background-color: #af71ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af71ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 113, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 113, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af71ce; background: linear-gradient(135deg, #af71ce, #CE71AF);