#af70eb
a light, electric violet · warm · closest name: slateblue
RGB
175, 112, 235
HSL
271°, 76%, 68%
CMYK
26, 52, 0, 8
Luminance
0.2670
Every format
| HEX | #af70eb |
| RGB | rgb(175, 112, 235) |
| HSL | hsl(271, 76%, 68%) |
| CMYK | cmyk(26%, 52%, 0%, 8%) |
| LAB | lab(58.7 47.9 -53.0) |
| LCH | lch(58.7 71.4 312.1) |
| OKLCH | oklch(0.664 0.183 305.6) |
Copy-ready code
/* CSS */
color: #af70eb;
background-color: #af70eb;
/* Tailwind (arbitrary) */
class="text-[#af70eb] bg-[#af70eb]"
/* SCSS */
$brand: #af70eb;
/* SwiftUI */
Color(red: 0.686, green: 0.439, blue: 0.922)
/* Android */
Color.parseColor("#af70eb")Accessibility — WCAG contrast
Aa
#af70eb on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af70eb on black: 6.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green43.9%
Blue92.2%
CMYK percentages
Cyan25.5%
Magenta52.3%
Yellow0.0%
Key (black)7.8%
Color previews
#af70eb text on a black background
contrast 6.34:1
Card sample
#af70eb text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af70eb;
Background color
Panel with #af70eb background
background-color: #af70eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af70eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 112, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 112, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af70eb; background: linear-gradient(135deg, #af70eb, #EB70D5);