#af44ef
a balanced, electric violet · warm · closest name: magenta
RGB
175, 68, 239
HSL
278°, 84%, 60%
CMYK
27, 72, 0, 6
Luminance
0.1948
Every format
| HEX | #af44ef |
| RGB | rgb(175, 68, 239) |
| HSL | hsl(278, 84%, 60%) |
| CMYK | cmyk(27%, 72%, 0%, 6%) |
| LAB | lab(51.3 69.6 -67.2) |
| LCH | lch(51.3 96.7 316.0) |
| OKLCH | oklch(0.611 0.246 309.5) |
Copy-ready code
/* CSS */
color: #af44ef;
background-color: #af44ef;
/* Tailwind (arbitrary) */
class="text-[#af44ef] bg-[#af44ef]"
/* SCSS */
$brand: #af44ef;
/* SwiftUI */
Color(red: 0.686, green: 0.267, blue: 0.937)
/* Android */
Color.parseColor("#af44ef")Accessibility — WCAG contrast
Aa
#af44ef on white: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af44ef on black: 4.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green26.7%
Blue93.7%
CMYK percentages
Cyan26.8%
Magenta71.5%
Yellow0.0%
Key (black)6.3%
Color previews
#af44ef text on a black background
contrast 4.90:1
Card sample
#af44ef text on a white background
contrast 4.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af44ef;
Background color
Panel with #af44ef background
background-color: #af44ef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af44ef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 68, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 68, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af44ef; background: linear-gradient(135deg, #af44ef, #EF44BD);