#af7dfc
a light, electric violet · warm · closest name: slateblue
RGB
175, 125, 252
HSL
264°, 96%, 74%
CMYK
31, 50, 0, 1
Luminance
0.3081
Every format
| HEX | #af7dfc |
| RGB | rgb(175, 125, 252) |
| HSL | hsl(264, 96%, 74%) |
| CMYK | cmyk(31%, 50%, 0%, 1%) |
| LAB | lab(62.4 44.9 -56.5) |
| LCH | lch(62.4 72.2 308.4) |
| OKLCH | oklch(0.694 0.184 299.8) |
Copy-ready code
/* CSS */
color: #af7dfc;
background-color: #af7dfc;
/* Tailwind (arbitrary) */
class="text-[#af7dfc] bg-[#af7dfc]"
/* SCSS */
$brand: #af7dfc;
/* SwiftUI */
Color(red: 0.686, green: 0.490, blue: 0.988)
/* Android */
Color.parseColor("#af7dfc")Accessibility — WCAG contrast
Aa
#af7dfc on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af7dfc on black: 7.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green49.0%
Blue98.8%
CMYK percentages
Cyan30.6%
Magenta50.4%
Yellow0.0%
Key (black)1.2%
Color previews
#af7dfc text on a black background
contrast 7.16:1
Card sample
#af7dfc text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7dfc;
Background color
Panel with #af7dfc background
background-color: #af7dfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7dfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 125, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 125, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7dfc; background: linear-gradient(135deg, #af7dfc, #FC7DF4);