#af7ffa
a light, electric violet · warm · closest name: slateblue
RGB
175, 127, 250
HSL
263°, 93%, 74%
CMYK
30, 49, 0, 2
Luminance
0.3119
Every format
| HEX | #af7ffa |
| RGB | rgb(175, 127, 250) |
| HSL | hsl(263, 93%, 74%) |
| CMYK | cmyk(30%, 49%, 0%, 2%) |
| LAB | lab(62.7 43.3 -54.9) |
| LCH | lch(62.7 70.0 308.2) |
| OKLCH | oklch(0.696 0.178 299.8) |
Copy-ready code
/* CSS */
color: #af7ffa;
background-color: #af7ffa;
/* Tailwind (arbitrary) */
class="text-[#af7ffa] bg-[#af7ffa]"
/* SCSS */
$brand: #af7ffa;
/* SwiftUI */
Color(red: 0.686, green: 0.498, blue: 0.980)
/* Android */
Color.parseColor("#af7ffa")Accessibility — WCAG contrast
Aa
#af7ffa on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af7ffa on black: 7.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green49.8%
Blue98.0%
CMYK percentages
Cyan30.0%
Magenta49.2%
Yellow0.0%
Key (black)2.0%
Color previews
#af7ffa text on a black background
contrast 7.24:1
Card sample
#af7ffa text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7ffa;
Background color
Panel with #af7ffa background
background-color: #af7ffa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7ffa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 127, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 127, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7ffa; background: linear-gradient(135deg, #af7ffa, #FA7FF3);