#af7cfb
a light, electric violet · warm · closest name: slateblue
RGB
175, 124, 251
HSL
264°, 94%, 74%
CMYK
30, 51, 0, 2
Luminance
0.3049
Every format
| HEX | #af7cfb |
| RGB | rgb(175, 124, 251) |
| HSL | hsl(264, 94%, 74%) |
| CMYK | cmyk(30%, 51%, 0%, 2%) |
| LAB | lab(62.1 45.2 -56.4) |
| LCH | lch(62.1 72.3 308.7) |
| OKLCH | oklch(0.692 0.184 300.2) |
Copy-ready code
/* CSS */
color: #af7cfb;
background-color: #af7cfb;
/* Tailwind (arbitrary) */
class="text-[#af7cfb] bg-[#af7cfb]"
/* SCSS */
$brand: #af7cfb;
/* SwiftUI */
Color(red: 0.686, green: 0.486, blue: 0.984)
/* Android */
Color.parseColor("#af7cfb")Accessibility — WCAG contrast
Aa
#af7cfb on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af7cfb on black: 7.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green48.6%
Blue98.4%
CMYK percentages
Cyan30.3%
Magenta50.6%
Yellow0.0%
Key (black)1.6%
Color previews
#af7cfb text on a black background
contrast 7.10:1
Card sample
#af7cfb text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7cfb;
Background color
Panel with #af7cfb background
background-color: #af7cfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7cfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 124, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 124, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7cfb; background: linear-gradient(135deg, #af7cfb, #FB7CF2);