#af63e2
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 99, 226
HSL
276°, 69%, 64%
CMYK
23, 56, 0, 11
Luminance
0.2353
Every format
| HEX | #af63e2 |
| RGB | rgb(175, 99, 226) |
| HSL | hsl(276, 69%, 64%) |
| CMYK | cmyk(23%, 56%, 0%, 11%) |
| LAB | lab(55.6 52.6 -52.8) |
| LCH | lch(55.6 74.6 314.9) |
| OKLCH | oklch(0.640 0.193 309.6) |
Copy-ready code
/* CSS */
color: #af63e2;
background-color: #af63e2;
/* Tailwind (arbitrary) */
class="text-[#af63e2] bg-[#af63e2]"
/* SCSS */
$brand: #af63e2;
/* SwiftUI */
Color(red: 0.686, green: 0.388, blue: 0.886)
/* Android */
Color.parseColor("#af63e2")Accessibility — WCAG contrast
Aa
#af63e2 on white: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af63e2 on black: 5.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green38.8%
Blue88.6%
CMYK percentages
Cyan22.6%
Magenta56.2%
Yellow0.0%
Key (black)11.4%
Color previews
#af63e2 text on a black background
contrast 5.71:1
Card sample
#af63e2 text on a white background
contrast 3.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af63e2;
Background color
Panel with #af63e2 background
background-color: #af63e2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af63e2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 99, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 99, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af63e2; background: linear-gradient(135deg, #af63e2, #E263C0);