#af79f8
a light, electric violet · warm · closest name: slateblue
RGB
175, 121, 248
HSL
266°, 90%, 72%
CMYK
29, 51, 0, 3
Luminance
0.2957
Every format
| HEX | #af79f8 |
| RGB | rgb(175, 121, 248) |
| HSL | hsl(266, 90%, 72%) |
| CMYK | cmyk(29%, 51%, 0%, 3%) |
| LAB | lab(61.3 46.1 -56.0) |
| LCH | lch(61.3 72.6 309.4) |
| OKLCH | oklch(0.685 0.185 301.3) |
Copy-ready code
/* CSS */
color: #af79f8;
background-color: #af79f8;
/* Tailwind (arbitrary) */
class="text-[#af79f8] bg-[#af79f8]"
/* SCSS */
$brand: #af79f8;
/* SwiftUI */
Color(red: 0.686, green: 0.475, blue: 0.973)
/* Android */
Color.parseColor("#af79f8")Accessibility — WCAG contrast
Aa
#af79f8 on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af79f8 on black: 6.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green47.5%
Blue97.3%
CMYK percentages
Cyan29.4%
Magenta51.2%
Yellow0.0%
Key (black)2.7%
Color previews
#af79f8 text on a black background
contrast 6.91:1
Card sample
#af79f8 text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af79f8;
Background color
Panel with #af79f8 background
background-color: #af79f8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af79f8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 121, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 121, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af79f8; background: linear-gradient(135deg, #af79f8, #F879EC);