#af5aea
a balanced, electric violet · warm · closest name: slateblue
RGB
175, 90, 234
HSL
275°, 77%, 64%
CMYK
25, 62, 0, 8
Luminance
0.2237
Every format
| HEX | #af5aea |
| RGB | rgb(175, 90, 234) |
| HSL | hsl(275, 77%, 64%) |
| CMYK | cmyk(25%, 62%, 0%, 8%) |
| LAB | lab(54.4 58.9 -59.2) |
| LCH | lch(54.4 83.5 314.8) |
| OKLCH | oklch(0.632 0.214 308.7) |
Copy-ready code
/* CSS */
color: #af5aea;
background-color: #af5aea;
/* Tailwind (arbitrary) */
class="text-[#af5aea] bg-[#af5aea]"
/* SCSS */
$brand: #af5aea;
/* SwiftUI */
Color(red: 0.686, green: 0.353, blue: 0.918)
/* Android */
Color.parseColor("#af5aea")Accessibility — WCAG contrast
Aa
#af5aea on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af5aea on black: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green35.3%
Blue91.8%
CMYK percentages
Cyan25.2%
Magenta61.5%
Yellow0.0%
Key (black)8.2%
Color previews
#af5aea text on a black background
contrast 5.47:1
Card sample
#af5aea text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5aea;
Background color
Panel with #af5aea background
background-color: #af5aea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5aea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 90, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 90, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5aea; background: linear-gradient(135deg, #af5aea, #EA5AC5);