#af70fc
a light, electric violet · warm · closest name: slateblue
RGB
175, 112, 252
HSL
267°, 96%, 71%
CMYK
31, 56, 0, 1
Luminance
0.2773
Every format
| HEX | #af70fc |
| RGB | rgb(175, 112, 252) |
| HSL | hsl(267, 96%, 71%) |
| CMYK | cmyk(31%, 56%, 0%, 1%) |
| LAB | lab(59.6 51.9 -60.9) |
| LCH | lch(59.6 80.0 310.4) |
| OKLCH | oklch(0.674 0.203 302.0) |
Copy-ready code
/* CSS */
color: #af70fc;
background-color: #af70fc;
/* Tailwind (arbitrary) */
class="text-[#af70fc] bg-[#af70fc]"
/* SCSS */
$brand: #af70fc;
/* SwiftUI */
Color(red: 0.686, green: 0.439, blue: 0.988)
/* Android */
Color.parseColor("#af70fc")Accessibility — WCAG contrast
Aa
#af70fc on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af70fc on black: 6.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green43.9%
Blue98.8%
CMYK percentages
Cyan30.6%
Magenta55.6%
Yellow0.0%
Key (black)1.2%
Color previews
#af70fc text on a black background
contrast 6.55:1
Card sample
#af70fc text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af70fc;
Background color
Panel with #af70fc background
background-color: #af70fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af70fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 112, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 112, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af70fc; background: linear-gradient(135deg, #af70fc, #FC70EC);