#af7dff
a light, electric violet · warm · closest name: slateblue
RGB
175, 125, 255
HSL
263°, 100%, 75%
CMYK
31, 51, 0, 0
Luminance
0.3100
Every format
| HEX | #af7dff |
| RGB | rgb(175, 125, 255) |
| HSL | hsl(263, 100%, 75%) |
| CMYK | cmyk(31%, 51%, 0%, 0%) |
| LAB | lab(62.5 45.6 -57.9) |
| LCH | lch(62.5 73.7 308.2) |
| OKLCH | oklch(0.696 0.187 299.2) |
Copy-ready code
/* CSS */
color: #af7dff;
background-color: #af7dff;
/* Tailwind (arbitrary) */
class="text-[#af7dff] bg-[#af7dff]"
/* SCSS */
$brand: #af7dff;
/* SwiftUI */
Color(red: 0.686, green: 0.490, blue: 1.000)
/* Android */
Color.parseColor("#af7dff")Accessibility — WCAG contrast
Aa
#af7dff on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af7dff on black: 7.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green49.0%
Blue100.0%
CMYK percentages
Cyan31.4%
Magenta51.0%
Yellow0.0%
Key (black)0.0%
Color previews
#af7dff text on a black background
contrast 7.20:1
Card sample
#af7dff text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7dff;
Background color
Panel with #af7dff background
background-color: #af7dff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7dff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 125, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 125, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7dff; background: linear-gradient(135deg, #af7dff, #FF7DF8);