#af5ae4
a balanced, vivid violet · warm · closest name: slateblue
RGB
175, 90, 228
HSL
277°, 72%, 62%
CMYK
23, 61, 0, 11
Luminance
0.2203
Every format
| HEX | #af5ae4 |
| RGB | rgb(175, 90, 228) |
| HSL | hsl(277, 72%, 62%) |
| CMYK | cmyk(23%, 61%, 0%, 11%) |
| LAB | lab(54.1 57.6 -56.5) |
| LCH | lch(54.1 80.6 315.6) |
| OKLCH | oklch(0.629 0.208 310.1) |
Copy-ready code
/* CSS */
color: #af5ae4;
background-color: #af5ae4;
/* Tailwind (arbitrary) */
class="text-[#af5ae4] bg-[#af5ae4]"
/* SCSS */
$brand: #af5ae4;
/* SwiftUI */
Color(red: 0.686, green: 0.353, blue: 0.894)
/* Android */
Color.parseColor("#af5ae4")Accessibility — WCAG contrast
Aa
#af5ae4 on white: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af5ae4 on black: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green35.3%
Blue89.4%
CMYK percentages
Cyan23.2%
Magenta60.5%
Yellow0.0%
Key (black)10.6%
Color previews
#af5ae4 text on a black background
contrast 5.41:1
Card sample
#af5ae4 text on a white background
contrast 3.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5ae4;
Background color
Panel with #af5ae4 background
background-color: #af5ae4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5ae4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 90, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 90, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5ae4; background: linear-gradient(135deg, #af5ae4, #E45ABD);