#af4def
a balanced, electric violet · warm · closest name: slateblue
RGB
175, 77, 239
HSL
276°, 84%, 62%
CMYK
27, 68, 0, 6
Luminance
0.2065
Every format
| HEX | #af4def |
| RGB | rgb(175, 77, 239) |
| HSL | hsl(276, 84%, 62%) |
| CMYK | cmyk(27%, 68%, 0%, 6%) |
| LAB | lab(52.6 65.9 -65.0) |
| LCH | lch(52.6 92.6 315.4) |
| OKLCH | oklch(0.620 0.236 308.8) |
Copy-ready code
/* CSS */
color: #af4def;
background-color: #af4def;
/* Tailwind (arbitrary) */
class="text-[#af4def] bg-[#af4def]"
/* SCSS */
$brand: #af4def;
/* SwiftUI */
Color(red: 0.686, green: 0.302, blue: 0.937)
/* Android */
Color.parseColor("#af4def")Accessibility — WCAG contrast
Aa
#af4def on white: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af4def on black: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green30.2%
Blue93.7%
CMYK percentages
Cyan26.8%
Magenta67.8%
Yellow0.0%
Key (black)6.3%
Color previews
#af4def text on a black background
contrast 5.13:1
Card sample
#af4def text on a white background
contrast 4.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4def;
Background color
Panel with #af4def background
background-color: #af4def;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4def;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 77, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 77, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4def; background: linear-gradient(135deg, #af4def, #EF4DC3);