#af69eb
a light, electric violet · warm · closest name: slateblue
RGB
175, 105, 235
HSL
272°, 77%, 67%
CMYK
26, 55, 0, 8
Luminance
0.2522
Every format
| HEX | #af69eb |
| RGB | rgb(175, 105, 235) |
| HSL | hsl(272, 77%, 67%) |
| CMYK | cmyk(26%, 55%, 0%, 8%) |
| LAB | lab(57.3 51.6 -55.2) |
| LCH | lch(57.3 75.5 313.0) |
| OKLCH | oklch(0.653 0.194 306.7) |
Copy-ready code
/* CSS */
color: #af69eb;
background-color: #af69eb;
/* Tailwind (arbitrary) */
class="text-[#af69eb] bg-[#af69eb]"
/* SCSS */
$brand: #af69eb;
/* SwiftUI */
Color(red: 0.686, green: 0.412, blue: 0.922)
/* Android */
Color.parseColor("#af69eb")Accessibility — WCAG contrast
Aa
#af69eb on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af69eb on black: 6.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green41.2%
Blue92.2%
CMYK percentages
Cyan25.5%
Magenta55.3%
Yellow0.0%
Key (black)7.8%
Color previews
#af69eb text on a black background
contrast 6.04:1
Card sample
#af69eb text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af69eb;
Background color
Panel with #af69eb background
background-color: #af69eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af69eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 105, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 105, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af69eb; background: linear-gradient(135deg, #af69eb, #EB69D0);