#af85fc
a light, electric violet · warm · closest name: slateblue
RGB
175, 133, 252
HSL
261°, 95%, 76%
CMYK
31, 47, 0, 1
Luminance
0.3292
Every format
| HEX | #af85fc |
| RGB | rgb(175, 133, 252) |
| HSL | hsl(261, 95%, 76%) |
| CMYK | cmyk(31%, 47%, 0%, 1%) |
| LAB | lab(64.1 40.5 -53.8) |
| LCH | lch(64.1 67.3 307.0) |
| OKLCH | oklch(0.707 0.172 298.2) |
Copy-ready code
/* CSS */
color: #af85fc;
background-color: #af85fc;
/* Tailwind (arbitrary) */
class="text-[#af85fc] bg-[#af85fc]"
/* SCSS */
$brand: #af85fc;
/* SwiftUI */
Color(red: 0.686, green: 0.522, blue: 0.988)
/* Android */
Color.parseColor("#af85fc")Accessibility — WCAG contrast
Aa
#af85fc on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af85fc on black: 7.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green52.2%
Blue98.8%
CMYK percentages
Cyan30.6%
Magenta47.2%
Yellow0.0%
Key (black)1.2%
Color previews
#af85fc text on a black background
contrast 7.58:1
Card sample
#af85fc text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af85fc;
Background color
Panel with #af85fc background
background-color: #af85fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af85fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 133, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 133, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af85fc; background: linear-gradient(135deg, #af85fc, #FC85FA);