#af7aef
a light, electric violet · warm · closest name: slateblue
RGB
175, 122, 239
HSL
267°, 79%, 71%
CMYK
27, 49, 0, 6
Luminance
0.2927
Every format
| HEX | #af7aef |
| RGB | rgb(175, 122, 239) |
| HSL | hsl(267, 79%, 71%) |
| CMYK | cmyk(27%, 49%, 0%, 6%) |
| LAB | lab(61.0 43.4 -51.5) |
| LCH | lch(61.0 67.3 310.1) |
| OKLCH | oklch(0.682 0.172 303.0) |
Copy-ready code
/* CSS */
color: #af7aef;
background-color: #af7aef;
/* Tailwind (arbitrary) */
class="text-[#af7aef] bg-[#af7aef]"
/* SCSS */
$brand: #af7aef;
/* SwiftUI */
Color(red: 0.686, green: 0.478, blue: 0.937)
/* Android */
Color.parseColor("#af7aef")Accessibility — WCAG contrast
Aa
#af7aef on white: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7aef on black: 6.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green47.8%
Blue93.7%
CMYK percentages
Cyan26.8%
Magenta49.0%
Yellow0.0%
Key (black)6.3%
Color previews
#af7aef text on a black background
contrast 6.85:1
Card sample
#af7aef text on a white background
contrast 3.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7aef;
Background color
Panel with #af7aef background
background-color: #af7aef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7aef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 122, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 122, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7aef; background: linear-gradient(135deg, #af7aef, #EF7AE1);