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