#af5eea
a balanced, electric violet · warm · closest name: slateblue
RGB
175, 94, 234
HSL
275°, 77%, 64%
CMYK
25, 60, 0, 8
Luminance
0.2306
Every format
| HEX | #af5eea |
| RGB | rgb(175, 94, 234) |
| HSL | hsl(275, 77%, 64%) |
| CMYK | cmyk(25%, 60%, 0%, 8%) |
| LAB | lab(55.1 56.9 -58.1) |
| LCH | lch(55.1 81.3 314.4) |
| OKLCH | oklch(0.638 0.209 308.3) |
Copy-ready code
/* CSS */
color: #af5eea;
background-color: #af5eea;
/* Tailwind (arbitrary) */
class="text-[#af5eea] bg-[#af5eea]"
/* SCSS */
$brand: #af5eea;
/* SwiftUI */
Color(red: 0.686, green: 0.369, blue: 0.918)
/* Android */
Color.parseColor("#af5eea")Accessibility — WCAG contrast
Aa
#af5eea on white: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af5eea on black: 5.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green36.9%
Blue91.8%
CMYK percentages
Cyan25.2%
Magenta59.8%
Yellow0.0%
Key (black)8.2%
Color previews
#af5eea text on a black background
contrast 5.61:1
Card sample
#af5eea text on a white background
contrast 3.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5eea;
Background color
Panel with #af5eea background
background-color: #af5eea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5eea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 94, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 94, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5eea; background: linear-gradient(135deg, #af5eea, #EA5EC8);