#af46ee
a balanced, electric violet · warm · closest name: magenta
RGB
175, 70, 238
HSL
278°, 83%, 60%
CMYK
27, 71, 0, 7
Luminance
0.1967
Every format
| HEX | #af46ee |
| RGB | rgb(175, 70, 238) |
| HSL | hsl(278, 83%, 60%) |
| CMYK | cmyk(27%, 71%, 0%, 7%) |
| LAB | lab(51.5 68.6 -66.3) |
| LCH | lch(51.5 95.4 316.0) |
| OKLCH | oklch(0.612 0.243 309.5) |
Copy-ready code
/* CSS */
color: #af46ee;
background-color: #af46ee;
/* Tailwind (arbitrary) */
class="text-[#af46ee] bg-[#af46ee]"
/* SCSS */
$brand: #af46ee;
/* SwiftUI */
Color(red: 0.686, green: 0.275, blue: 0.933)
/* Android */
Color.parseColor("#af46ee")Accessibility — WCAG contrast
Aa
#af46ee on white: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af46ee on black: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green27.5%
Blue93.3%
CMYK percentages
Cyan26.5%
Magenta70.6%
Yellow0.0%
Key (black)6.7%
Color previews
#af46ee text on a black background
contrast 4.93:1
Card sample
#af46ee text on a white background
contrast 4.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af46ee;
Background color
Panel with #af46ee background
background-color: #af46ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af46ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 70, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 70, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af46ee; background: linear-gradient(135deg, #af46ee, #EE46BD);