#af67ff
a light, electric violet · warm · closest name: slateblue
RGB
175, 103, 255
HSL
268°, 100%, 70%
CMYK
31, 60, 0, 0
Luminance
0.2603
Every format
| HEX | #af67ff |
| RGB | rgb(175, 103, 255) |
| HSL | hsl(268, 100%, 70%) |
| CMYK | cmyk(31%, 60%, 0%, 0%) |
| LAB | lab(58.1 57.2 -65.0) |
| LCH | lch(58.1 86.6 311.3) |
| OKLCH | oklch(0.663 0.219 302.7) |
Copy-ready code
/* CSS */
color: #af67ff;
background-color: #af67ff;
/* Tailwind (arbitrary) */
class="text-[#af67ff] bg-[#af67ff]"
/* SCSS */
$brand: #af67ff;
/* SwiftUI */
Color(red: 0.686, green: 0.404, blue: 1.000)
/* Android */
Color.parseColor("#af67ff")Accessibility — WCAG contrast
Aa
#af67ff on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af67ff on black: 6.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green40.4%
Blue100.0%
CMYK percentages
Cyan31.4%
Magenta59.6%
Yellow0.0%
Key (black)0.0%
Color previews
#af67ff text on a black background
contrast 6.21:1
Card sample
#af67ff text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af67ff;
Background color
Panel with #af67ff background
background-color: #af67ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af67ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 103, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 103, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af67ff; background: linear-gradient(135deg, #af67ff, #FF67EA);