#af8aef
a light, electric violet · warm · closest name: slateblue
RGB
175, 138, 239
HSL
262°, 76%, 74%
CMYK
27, 42, 0, 6
Luminance
0.3352
Every format
| HEX | #af8aef |
| RGB | rgb(175, 138, 239) |
| HSL | hsl(262, 76%, 74%) |
| CMYK | cmyk(27%, 42%, 0%, 6%) |
| LAB | lab(64.6 34.5 -45.9) |
| LCH | lch(64.6 57.4 307.0) |
| OKLCH | oklch(0.709 0.147 299.5) |
Copy-ready code
/* CSS */
color: #af8aef;
background-color: #af8aef;
/* Tailwind (arbitrary) */
class="text-[#af8aef] bg-[#af8aef]"
/* SCSS */
$brand: #af8aef;
/* SwiftUI */
Color(red: 0.686, green: 0.541, blue: 0.937)
/* Android */
Color.parseColor("#af8aef")Accessibility — WCAG contrast
Aa
#af8aef on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af8aef on black: 7.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green54.1%
Blue93.7%
CMYK percentages
Cyan26.8%
Magenta42.3%
Yellow0.0%
Key (black)6.3%
Color previews
#af8aef text on a black background
contrast 7.70:1
Card sample
#af8aef text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8aef;
Background color
Panel with #af8aef background
background-color: #af8aef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8aef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 138, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 138, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8aef; background: linear-gradient(135deg, #af8aef, #EF8AEC);