#af7bfc
a light, electric violet · warm · closest name: slateblue
RGB
175, 123, 252
HSL
264°, 96%, 74%
CMYK
31, 51, 0, 1
Luminance
0.3031
Every format
| HEX | #af7bfc |
| RGB | rgb(175, 123, 252) |
| HSL | hsl(264, 96%, 74%) |
| CMYK | cmyk(31%, 51%, 0%, 1%) |
| LAB | lab(61.9 46.0 -57.2) |
| LCH | lch(61.9 73.4 308.8) |
| OKLCH | oklch(0.691 0.187 300.2) |
Copy-ready code
/* CSS */
color: #af7bfc;
background-color: #af7bfc;
/* Tailwind (arbitrary) */
class="text-[#af7bfc] bg-[#af7bfc]"
/* SCSS */
$brand: #af7bfc;
/* SwiftUI */
Color(red: 0.686, green: 0.482, blue: 0.988)
/* Android */
Color.parseColor("#af7bfc")Accessibility — WCAG contrast
Aa
#af7bfc on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af7bfc on black: 7.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green48.2%
Blue98.8%
CMYK percentages
Cyan30.6%
Magenta51.2%
Yellow0.0%
Key (black)1.2%
Color previews
#af7bfc text on a black background
contrast 7.06:1
Card sample
#af7bfc text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7bfc;
Background color
Panel with #af7bfc background
background-color: #af7bfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7bfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 123, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 123, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7bfc; background: linear-gradient(135deg, #af7bfc, #FC7BF3);