#af6afb
a light, electric violet · warm · closest name: slateblue
RGB
175, 106, 251
HSL
269°, 95%, 70%
CMYK
30, 58, 0, 2
Luminance
0.2639
Every format
| HEX | #af6afb |
| RGB | rgb(175, 106, 251) |
| HSL | hsl(269, 95%, 70%) |
| CMYK | cmyk(30%, 58%, 0%, 2%) |
| LAB | lab(58.4 54.8 -62.3) |
| LCH | lch(58.4 83.0 311.3) |
| OKLCH | oklch(0.665 0.210 303.1) |
Copy-ready code
/* CSS */
color: #af6afb;
background-color: #af6afb;
/* Tailwind (arbitrary) */
class="text-[#af6afb] bg-[#af6afb]"
/* SCSS */
$brand: #af6afb;
/* SwiftUI */
Color(red: 0.686, green: 0.416, blue: 0.984)
/* Android */
Color.parseColor("#af6afb")Accessibility — WCAG contrast
Aa
#af6afb on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af6afb on black: 6.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green41.6%
Blue98.4%
CMYK percentages
Cyan30.3%
Magenta57.8%
Yellow0.0%
Key (black)1.6%
Color previews
#af6afb text on a black background
contrast 6.28:1
Card sample
#af6afb text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af6afb;
Background color
Panel with #af6afb background
background-color: #af6afb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af6afb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 106, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 106, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af6afb; background: linear-gradient(135deg, #af6afb, #FB6AE6);