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