#af4eed
a balanced, electric violet · warm · closest name: slateblue
RGB
175, 78, 237
HSL
277°, 82%, 62%
CMYK
26, 67, 0, 7
Luminance
0.2068
Every format
| HEX | #af4eed |
| RGB | rgb(175, 78, 237) |
| HSL | hsl(277, 82%, 62%) |
| CMYK | cmyk(26%, 67%, 0%, 7%) |
| LAB | lab(52.6 65.0 -63.9) |
| LCH | lch(52.6 91.1 315.5) |
| OKLCH | oklch(0.620 0.233 309.1) |
Copy-ready code
/* CSS */
color: #af4eed;
background-color: #af4eed;
/* Tailwind (arbitrary) */
class="text-[#af4eed] bg-[#af4eed]"
/* SCSS */
$brand: #af4eed;
/* SwiftUI */
Color(red: 0.686, green: 0.306, blue: 0.929)
/* Android */
Color.parseColor("#af4eed")Accessibility — WCAG contrast
Aa
#af4eed on white: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af4eed on black: 5.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green30.6%
Blue92.9%
CMYK percentages
Cyan26.2%
Magenta67.1%
Yellow0.0%
Key (black)7.1%
Color previews
#af4eed text on a black background
contrast 5.14:1
Card sample
#af4eed text on a white background
contrast 4.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4eed;
Background color
Panel with #af4eed background
background-color: #af4eed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4eed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 78, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 78, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4eed; background: linear-gradient(135deg, #af4eed, #ED4EC1);