#af91e2
a light, vivid violet · warm · closest name: plum
RGB
175, 145, 226
HSL
262°, 58%, 73%
CMYK
23, 36, 0, 11
Luminance
0.3486
Every format
| HEX | #af91e2 |
| RGB | rgb(175, 145, 226) |
| HSL | hsl(262, 58%, 73%) |
| CMYK | cmyk(23%, 36%, 0%, 11%) |
| LAB | lab(65.6 27.5 -37.0) |
| LCH | lch(65.6 46.1 306.6) |
| OKLCH | oklch(0.715 0.119 300.5) |
Copy-ready code
/* CSS */
color: #af91e2;
background-color: #af91e2;
/* Tailwind (arbitrary) */
class="text-[#af91e2] bg-[#af91e2]"
/* SCSS */
$brand: #af91e2;
/* SwiftUI */
Color(red: 0.686, green: 0.569, blue: 0.886)
/* Android */
Color.parseColor("#af91e2")Accessibility — WCAG contrast
Aa
#af91e2 on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af91e2 on black: 7.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green56.9%
Blue88.6%
CMYK percentages
Cyan22.6%
Magenta35.8%
Yellow0.0%
Key (black)11.4%
Color previews
#af91e2 text on a black background
contrast 7.97:1
Card sample
#af91e2 text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af91e2;
Background color
Panel with #af91e2 background
background-color: #af91e2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af91e2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 145, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 145, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af91e2; background: linear-gradient(135deg, #af91e2, #E291DF);