#af5ae9
a balanced, electric violet · warm · closest name: slateblue
RGB
175, 90, 233
HSL
276°, 77%, 63%
CMYK
25, 61, 0, 9
Luminance
0.2231
Every format
| HEX | #af5ae9 |
| RGB | rgb(175, 90, 233) |
| HSL | hsl(276, 77%, 63%) |
| CMYK | cmyk(25%, 61%, 0%, 9%) |
| LAB | lab(54.4 58.6 -58.8) |
| LCH | lch(54.4 83.0 314.9) |
| OKLCH | oklch(0.632 0.213 308.9) |
Copy-ready code
/* CSS */
color: #af5ae9;
background-color: #af5ae9;
/* Tailwind (arbitrary) */
class="text-[#af5ae9] bg-[#af5ae9]"
/* SCSS */
$brand: #af5ae9;
/* SwiftUI */
Color(red: 0.686, green: 0.353, blue: 0.914)
/* Android */
Color.parseColor("#af5ae9")Accessibility — WCAG contrast
Aa
#af5ae9 on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af5ae9 on black: 5.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green35.3%
Blue91.4%
CMYK percentages
Cyan24.9%
Magenta61.4%
Yellow0.0%
Key (black)8.6%
Color previews
#af5ae9 text on a black background
contrast 5.46:1
Card sample
#af5ae9 text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5ae9;
Background color
Panel with #af5ae9 background
background-color: #af5ae9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5ae9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 90, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 90, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5ae9; background: linear-gradient(135deg, #af5ae9, #E95AC4);