#af4fea
a balanced, electric violet · warm · closest name: slateblue
RGB
175, 79, 234
HSL
277°, 79%, 61%
CMYK
25, 66, 0, 8
Luminance
0.2065
Every format
| HEX | #af4fea |
| RGB | rgb(175, 79, 234) |
| HSL | hsl(277, 79%, 61%) |
| CMYK | cmyk(25%, 66%, 0%, 8%) |
| LAB | lab(52.6 64.0 -62.2) |
| LCH | lch(52.6 89.2 315.8) |
| OKLCH | oklch(0.619 0.229 309.7) |
Copy-ready code
/* CSS */
color: #af4fea;
background-color: #af4fea;
/* Tailwind (arbitrary) */
class="text-[#af4fea] bg-[#af4fea]"
/* SCSS */
$brand: #af4fea;
/* SwiftUI */
Color(red: 0.686, green: 0.310, blue: 0.918)
/* Android */
Color.parseColor("#af4fea")Accessibility — WCAG contrast
Aa
#af4fea on white: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af4fea on black: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green31.0%
Blue91.8%
CMYK percentages
Cyan25.2%
Magenta66.2%
Yellow0.0%
Key (black)8.2%
Color previews
#af4fea text on a black background
contrast 5.13:1
Card sample
#af4fea text on a white background
contrast 4.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4fea;
Background color
Panel with #af4fea background
background-color: #af4fea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4fea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 79, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 79, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4fea; background: linear-gradient(135deg, #af4fea, #EA4FBE);