#af8fff
a light, electric violet · warm · closest name: slateblue
RGB
175, 143, 255
HSL
257°, 100%, 78%
CMYK
31, 44, 0, 0
Luminance
0.3598
Every format
| HEX | #af8fff |
| RGB | rgb(175, 143, 255) |
| HSL | hsl(257, 100%, 78%) |
| CMYK | cmyk(31%, 44%, 0%, 0%) |
| LAB | lab(66.5 35.6 -51.6) |
| LCH | lch(66.5 62.7 304.6) |
| OKLCH | oklch(0.726 0.160 295.3) |
Copy-ready code
/* CSS */
color: #af8fff;
background-color: #af8fff;
/* Tailwind (arbitrary) */
class="text-[#af8fff] bg-[#af8fff]"
/* SCSS */
$brand: #af8fff;
/* SwiftUI */
Color(red: 0.686, green: 0.561, blue: 1.000)
/* Android */
Color.parseColor("#af8fff")Accessibility — WCAG contrast
Aa
#af8fff on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af8fff on black: 8.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green56.1%
Blue100.0%
CMYK percentages
Cyan31.4%
Magenta43.9%
Yellow0.0%
Key (black)0.0%
Color previews
#af8fff text on a black background
contrast 8.20:1
Card sample
#af8fff text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8fff;
Background color
Panel with #af8fff background
background-color: #af8fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 143, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 143, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8fff; background: linear-gradient(135deg, #af8fff, #FA8FFF);