#af79f0
a light, electric violet · warm · closest name: slateblue
RGB
175, 121, 240
HSL
267°, 80%, 71%
CMYK
27, 50, 0, 6
Luminance
0.2908
Every format
| HEX | #af79f0 |
| RGB | rgb(175, 121, 240) |
| HSL | hsl(267, 80%, 71%) |
| CMYK | cmyk(27%, 50%, 0%, 6%) |
| LAB | lab(60.9 44.2 -52.3) |
| LCH | lch(60.9 68.5 310.2) |
| OKLCH | oklch(0.681 0.175 303.0) |
Copy-ready code
/* CSS */
color: #af79f0;
background-color: #af79f0;
/* Tailwind (arbitrary) */
class="text-[#af79f0] bg-[#af79f0]"
/* SCSS */
$brand: #af79f0;
/* SwiftUI */
Color(red: 0.686, green: 0.475, blue: 0.941)
/* Android */
Color.parseColor("#af79f0")Accessibility — WCAG contrast
Aa
#af79f0 on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af79f0 on black: 6.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green47.5%
Blue94.1%
CMYK percentages
Cyan27.1%
Magenta49.6%
Yellow0.0%
Key (black)5.9%
Color previews
#af79f0 text on a black background
contrast 6.82:1
Card sample
#af79f0 text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af79f0;
Background color
Panel with #af79f0 background
background-color: #af79f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af79f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 121, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 121, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af79f0; background: linear-gradient(135deg, #af79f0, #F079E2);