#af75ff
a light, electric violet · warm · closest name: slateblue
RGB
175, 117, 255
HSL
265°, 100%, 73%
CMYK
31, 54, 0, 0
Luminance
0.2906
Every format
| HEX | #af75ff |
| RGB | rgb(175, 117, 255) |
| HSL | hsl(265, 100%, 73%) |
| CMYK | cmyk(31%, 54%, 0%, 0%) |
| LAB | lab(60.8 49.9 -60.6) |
| LCH | lch(60.8 78.5 309.5) |
| OKLCH | oklch(0.683 0.199 300.6) |
Copy-ready code
/* CSS */
color: #af75ff;
background-color: #af75ff;
/* Tailwind (arbitrary) */
class="text-[#af75ff] bg-[#af75ff]"
/* SCSS */
$brand: #af75ff;
/* SwiftUI */
Color(red: 0.686, green: 0.459, blue: 1.000)
/* Android */
Color.parseColor("#af75ff")Accessibility — WCAG contrast
Aa
#af75ff on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af75ff on black: 6.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green45.9%
Blue100.0%
CMYK percentages
Cyan31.4%
Magenta54.1%
Yellow0.0%
Key (black)0.0%
Color previews
#af75ff text on a black background
contrast 6.81:1
Card sample
#af75ff text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af75ff;
Background color
Panel with #af75ff background
background-color: #af75ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af75ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 117, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 117, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af75ff; background: linear-gradient(135deg, #af75ff, #FF75F3);