#af67fe
a light, electric violet · warm · closest name: slateblue
RGB
175, 103, 254
HSL
269°, 99%, 70%
CMYK
31, 59, 0, 0
Luminance
0.2597
Every format
| HEX | #af67fe |
| RGB | rgb(175, 103, 254) |
| HSL | hsl(269, 99%, 70%) |
| CMYK | cmyk(31%, 59%, 0%, 0%) |
| LAB | lab(58.0 57.0 -64.6) |
| LCH | lch(58.0 86.1 311.4) |
| OKLCH | oklch(0.662 0.218 302.9) |
Copy-ready code
/* CSS */
color: #af67fe;
background-color: #af67fe;
/* Tailwind (arbitrary) */
class="text-[#af67fe] bg-[#af67fe]"
/* SCSS */
$brand: #af67fe;
/* SwiftUI */
Color(red: 0.686, green: 0.404, blue: 0.996)
/* Android */
Color.parseColor("#af67fe")Accessibility — WCAG contrast
Aa
#af67fe on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af67fe on black: 6.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green40.4%
Blue99.6%
CMYK percentages
Cyan31.1%
Magenta59.4%
Yellow0.0%
Key (black)0.4%
Color previews
#af67fe text on a black background
contrast 6.19:1
Card sample
#af67fe text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af67fe;
Background color
Panel with #af67fe background
background-color: #af67fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af67fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 103, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 103, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af67fe; background: linear-gradient(135deg, #af67fe, #FE67E8);