#af7dfe
a light, electric violet · warm · closest name: slateblue
RGB
175, 125, 254
HSL
263°, 99%, 74%
CMYK
31, 51, 0, 0
Luminance
0.3094
Every format
| HEX | #af7dfe |
| RGB | rgb(175, 125, 254) |
| HSL | hsl(263, 99%, 74%) |
| CMYK | cmyk(31%, 51%, 0%, 0%) |
| LAB | lab(62.5 45.4 -57.5) |
| LCH | lch(62.5 73.2 308.3) |
| OKLCH | oklch(0.695 0.186 299.4) |
Copy-ready code
/* CSS */
color: #af7dfe;
background-color: #af7dfe;
/* Tailwind (arbitrary) */
class="text-[#af7dfe] bg-[#af7dfe]"
/* SCSS */
$brand: #af7dfe;
/* SwiftUI */
Color(red: 0.686, green: 0.490, blue: 0.996)
/* Android */
Color.parseColor("#af7dfe")Accessibility — WCAG contrast
Aa
#af7dfe on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af7dfe on black: 7.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green49.0%
Blue99.6%
CMYK percentages
Cyan31.1%
Magenta50.8%
Yellow0.0%
Key (black)0.4%
Color previews
#af7dfe text on a black background
contrast 7.19:1
Card sample
#af7dfe text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7dfe;
Background color
Panel with #af7dfe background
background-color: #af7dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 125, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 125, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7dfe; background: linear-gradient(135deg, #af7dfe, #FE7DF7);