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