#af71e2
a light, vivid violet · warm · closest name: orchid
RGB
175, 113, 226
HSL
273°, 66%, 67%
CMYK
23, 50, 0, 11
Luminance
0.2642
Every format
| HEX | #af71e2 |
| RGB | rgb(175, 113, 226) |
| HSL | hsl(273, 66%, 67%) |
| CMYK | cmyk(23%, 50%, 0%, 11%) |
| LAB | lab(58.4 45.3 -48.4) |
| LCH | lch(58.4 66.3 313.1) |
| OKLCH | oklch(0.660 0.171 307.7) |
Copy-ready code
/* CSS */
color: #af71e2;
background-color: #af71e2;
/* Tailwind (arbitrary) */
class="text-[#af71e2] bg-[#af71e2]"
/* SCSS */
$brand: #af71e2;
/* SwiftUI */
Color(red: 0.686, green: 0.443, blue: 0.886)
/* Android */
Color.parseColor("#af71e2")Accessibility — WCAG contrast
Aa
#af71e2 on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af71e2 on black: 6.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green44.3%
Blue88.6%
CMYK percentages
Cyan22.6%
Magenta50.0%
Yellow0.0%
Key (black)11.4%
Color previews
#af71e2 text on a black background
contrast 6.28:1
Card sample
#af71e2 text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af71e2;
Background color
Panel with #af71e2 background
background-color: #af71e2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af71e2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 113, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 113, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af71e2; background: linear-gradient(135deg, #af71e2, #E271CA);