#af8bfc
a light, electric violet · warm · closest name: slateblue
RGB
175, 139, 252
HSL
259°, 95%, 77%
CMYK
31, 45, 0, 1
Luminance
0.3461
Every format
| HEX | #af8bfc |
| RGB | rgb(175, 139, 252) |
| HSL | hsl(259, 95%, 77%) |
| CMYK | cmyk(31%, 45%, 0%, 1%) |
| LAB | lab(65.4 37.1 -51.6) |
| LCH | lch(65.4 63.6 305.7) |
| OKLCH | oklch(0.717 0.163 296.8) |
Copy-ready code
/* CSS */
color: #af8bfc;
background-color: #af8bfc;
/* Tailwind (arbitrary) */
class="text-[#af8bfc] bg-[#af8bfc]"
/* SCSS */
$brand: #af8bfc;
/* SwiftUI */
Color(red: 0.686, green: 0.545, blue: 0.988)
/* Android */
Color.parseColor("#af8bfc")Accessibility — WCAG contrast
Aa
#af8bfc on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af8bfc on black: 7.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green54.5%
Blue98.8%
CMYK percentages
Cyan30.6%
Magenta44.8%
Yellow0.0%
Key (black)1.2%
Color previews
#af8bfc text on a black background
contrast 7.92:1
Card sample
#af8bfc text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8bfc;
Background color
Panel with #af8bfc background
background-color: #af8bfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8bfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 139, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 139, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8bfc; background: linear-gradient(135deg, #af8bfc, #FA8BFC);