#af74ec
a light, electric violet · warm · closest name: slateblue
RGB
175, 116, 236
HSL
270°, 76%, 69%
CMYK
26, 51, 0, 8
Luminance
0.2766
Every format
| HEX | #af74ec |
| RGB | rgb(175, 116, 236) |
| HSL | hsl(270, 76%, 69%) |
| CMYK | cmyk(26%, 51%, 0%, 8%) |
| LAB | lab(59.6 46.0 -52.1) |
| LCH | lch(59.6 69.5 311.4) |
| OKLCH | oklch(0.671 0.178 304.8) |
Copy-ready code
/* CSS */
color: #af74ec;
background-color: #af74ec;
/* Tailwind (arbitrary) */
class="text-[#af74ec] bg-[#af74ec]"
/* SCSS */
$brand: #af74ec;
/* SwiftUI */
Color(red: 0.686, green: 0.455, blue: 0.925)
/* Android */
Color.parseColor("#af74ec")Accessibility — WCAG contrast
Aa
#af74ec on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af74ec on black: 6.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green45.5%
Blue92.5%
CMYK percentages
Cyan25.8%
Magenta50.8%
Yellow0.0%
Key (black)7.5%
Color previews
#af74ec text on a black background
contrast 6.53:1
Card sample
#af74ec text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af74ec;
Background color
Panel with #af74ec background
background-color: #af74ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af74ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 116, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 116, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af74ec; background: linear-gradient(135deg, #af74ec, #EC74D9);