#af68eb
a light, electric violet · warm · closest name: slateblue
RGB
175, 104, 235
HSL
273°, 77%, 67%
CMYK
26, 56, 0, 8
Luminance
0.2501
Every format
| HEX | #af68eb |
| RGB | rgb(175, 104, 235) |
| HSL | hsl(273, 77%, 67%) |
| CMYK | cmyk(26%, 56%, 0%, 8%) |
| LAB | lab(57.1 52.1 -55.5) |
| LCH | lch(57.1 76.1 313.2) |
| OKLCH | oklch(0.652 0.195 306.8) |
Copy-ready code
/* CSS */
color: #af68eb;
background-color: #af68eb;
/* Tailwind (arbitrary) */
class="text-[#af68eb] bg-[#af68eb]"
/* SCSS */
$brand: #af68eb;
/* SwiftUI */
Color(red: 0.686, green: 0.408, blue: 0.922)
/* Android */
Color.parseColor("#af68eb")Accessibility — WCAG contrast
Aa
#af68eb on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af68eb on black: 6.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green40.8%
Blue92.2%
CMYK percentages
Cyan25.5%
Magenta55.7%
Yellow0.0%
Key (black)7.8%
Color previews
#af68eb text on a black background
contrast 6.00:1
Card sample
#af68eb text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af68eb;
Background color
Panel with #af68eb background
background-color: #af68eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af68eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 104, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 104, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af68eb; background: linear-gradient(135deg, #af68eb, #EB68D0);