#af79eb
a light, vivid violet · warm · closest name: slateblue
RGB
175, 121, 235
HSL
268°, 74%, 70%
CMYK
26, 49, 0, 8
Luminance
0.2879
Every format
| HEX | #af79eb |
| RGB | rgb(175, 121, 235) |
| HSL | hsl(268, 74%, 70%) |
| CMYK | cmyk(26%, 49%, 0%, 8%) |
| LAB | lab(60.6 43.0 -50.0) |
| LCH | lch(60.6 65.9 310.7) |
| OKLCH | oklch(0.678 0.169 304.1) |
Copy-ready code
/* CSS */
color: #af79eb;
background-color: #af79eb;
/* Tailwind (arbitrary) */
class="text-[#af79eb] bg-[#af79eb]"
/* SCSS */
$brand: #af79eb;
/* SwiftUI */
Color(red: 0.686, green: 0.475, blue: 0.922)
/* Android */
Color.parseColor("#af79eb")Accessibility — WCAG contrast
Aa
#af79eb on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af79eb on black: 6.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green47.5%
Blue92.2%
CMYK percentages
Cyan25.5%
Magenta48.5%
Yellow0.0%
Key (black)7.8%
Color previews
#af79eb text on a black background
contrast 6.76:1
Card sample
#af79eb text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af79eb;
Background color
Panel with #af79eb background
background-color: #af79eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af79eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 121, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 121, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af79eb; background: linear-gradient(135deg, #af79eb, #EB79DB);