#af8def
a light, electric violet · warm · closest name: slateblue
RGB
175, 141, 239
HSL
261°, 75%, 75%
CMYK
27, 41, 0, 6
Luminance
0.3440
Every format
| HEX | #af8def |
| RGB | rgb(175, 141, 239) |
| HSL | hsl(261, 75%, 75%) |
| CMYK | cmyk(27%, 41%, 0%, 6%) |
| LAB | lab(65.3 32.9 -44.8) |
| LCH | lch(65.3 55.5 306.3) |
| OKLCH | oklch(0.714 0.143 298.7) |
Copy-ready code
/* CSS */
color: #af8def;
background-color: #af8def;
/* Tailwind (arbitrary) */
class="text-[#af8def] bg-[#af8def]"
/* SCSS */
$brand: #af8def;
/* SwiftUI */
Color(red: 0.686, green: 0.553, blue: 0.937)
/* Android */
Color.parseColor("#af8def")Accessibility — WCAG contrast
Aa
#af8def on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af8def on black: 7.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green55.3%
Blue93.7%
CMYK percentages
Cyan26.8%
Magenta41.0%
Yellow0.0%
Key (black)6.3%
Color previews
#af8def text on a black background
contrast 7.88:1
Card sample
#af8def text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8def;
Background color
Panel with #af8def background
background-color: #af8def;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8def;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 141, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 141, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8def; background: linear-gradient(135deg, #af8def, #EF8DEE);