#af8cff
a light, electric violet · warm · closest name: slateblue
RGB
175, 140, 255
HSL
258°, 100%, 78%
CMYK
31, 45, 0, 0
Luminance
0.3509
Every format
| HEX | #af8cff |
| RGB | rgb(175, 140, 255) |
| HSL | hsl(258, 100%, 78%) |
| CMYK | cmyk(31%, 45%, 0%, 0%) |
| LAB | lab(65.8 37.3 -52.7) |
| LCH | lch(65.8 64.6 305.3) |
| OKLCH | oklch(0.720 0.165 296.0) |
Copy-ready code
/* CSS */
color: #af8cff;
background-color: #af8cff;
/* Tailwind (arbitrary) */
class="text-[#af8cff] bg-[#af8cff]"
/* SCSS */
$brand: #af8cff;
/* SwiftUI */
Color(red: 0.686, green: 0.549, blue: 1.000)
/* Android */
Color.parseColor("#af8cff")Accessibility — WCAG contrast
Aa
#af8cff on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af8cff on black: 8.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green54.9%
Blue100.0%
CMYK percentages
Cyan31.4%
Magenta45.1%
Yellow0.0%
Key (black)0.0%
Color previews
#af8cff text on a black background
contrast 8.02:1
Card sample
#af8cff text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8cff;
Background color
Panel with #af8cff background
background-color: #af8cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 140, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 140, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8cff; background: linear-gradient(135deg, #af8cff, #FC8CFF);