#af70ff
a light, electric violet · warm · closest name: slateblue
RGB
175, 112, 255
HSL
266°, 100%, 72%
CMYK
31, 56, 0, 0
Luminance
0.2792
Every format
| HEX | #af70ff |
| RGB | rgb(175, 112, 255) |
| HSL | hsl(266, 100%, 72%) |
| CMYK | cmyk(31%, 56%, 0%, 0%) |
| LAB | lab(59.8 52.6 -62.2) |
| LCH | lch(59.8 81.5 310.2) |
| OKLCH | oklch(0.676 0.206 301.4) |
Copy-ready code
/* CSS */
color: #af70ff;
background-color: #af70ff;
/* Tailwind (arbitrary) */
class="text-[#af70ff] bg-[#af70ff]"
/* SCSS */
$brand: #af70ff;
/* SwiftUI */
Color(red: 0.686, green: 0.439, blue: 1.000)
/* Android */
Color.parseColor("#af70ff")Accessibility — WCAG contrast
Aa
#af70ff on white: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af70ff on black: 6.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green43.9%
Blue100.0%
CMYK percentages
Cyan31.4%
Magenta56.1%
Yellow0.0%
Key (black)0.0%
Color previews
#af70ff text on a black background
contrast 6.58:1
Card sample
#af70ff text on a white background
contrast 3.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af70ff;
Background color
Panel with #af70ff background
background-color: #af70ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af70ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 112, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 112, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af70ff; background: linear-gradient(135deg, #af70ff, #FF70F0);