#af5bfb
a light, electric violet · warm · closest name: slateblue
RGB
175, 91, 251
HSL
272°, 95%, 67%
CMYK
30, 64, 0, 2
Luminance
0.2356
Every format
| HEX | #af5bfb |
| RGB | rgb(175, 91, 251) |
| HSL | hsl(272, 95%, 67%) |
| CMYK | cmyk(30%, 64%, 0%, 2%) |
| LAB | lab(55.6 62.2 -66.7) |
| LCH | lch(55.6 91.2 313.0) |
| OKLCH | oklch(0.645 0.231 304.9) |
Copy-ready code
/* CSS */
color: #af5bfb;
background-color: #af5bfb;
/* Tailwind (arbitrary) */
class="text-[#af5bfb] bg-[#af5bfb]"
/* SCSS */
$brand: #af5bfb;
/* SwiftUI */
Color(red: 0.686, green: 0.357, blue: 0.984)
/* Android */
Color.parseColor("#af5bfb")Accessibility — WCAG contrast
Aa
#af5bfb on white: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af5bfb on black: 5.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green35.7%
Blue98.4%
CMYK percentages
Cyan30.3%
Magenta63.7%
Yellow0.0%
Key (black)1.6%
Color previews
#af5bfb text on a black background
contrast 5.71:1
Card sample
#af5bfb text on a white background
contrast 3.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5bfb;
Background color
Panel with #af5bfb background
background-color: #af5bfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5bfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 91, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 91, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5bfb; background: linear-gradient(135deg, #af5bfb, #FB5BDC);