#af8cef
a light, electric violet · warm · closest name: slateblue
RGB
175, 140, 239
HSL
261°, 76%, 74%
CMYK
27, 41, 0, 6
Luminance
0.3410
Every format
| HEX | #af8cef |
| RGB | rgb(175, 140, 239) |
| HSL | hsl(261, 76%, 74%) |
| CMYK | cmyk(27%, 41%, 0%, 6%) |
| LAB | lab(65.0 33.4 -45.1) |
| LCH | lch(65.0 56.2 306.5) |
| OKLCH | oklch(0.712 0.144 299.0) |
Copy-ready code
/* CSS */
color: #af8cef;
background-color: #af8cef;
/* Tailwind (arbitrary) */
class="text-[#af8cef] bg-[#af8cef]"
/* SCSS */
$brand: #af8cef;
/* SwiftUI */
Color(red: 0.686, green: 0.549, blue: 0.937)
/* Android */
Color.parseColor("#af8cef")Accessibility — WCAG contrast
Aa
#af8cef on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af8cef on black: 7.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green54.9%
Blue93.7%
CMYK percentages
Cyan26.8%
Magenta41.4%
Yellow0.0%
Key (black)6.3%
Color previews
#af8cef text on a black background
contrast 7.82:1
Card sample
#af8cef text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8cef;
Background color
Panel with #af8cef background
background-color: #af8cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 140, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 140, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8cef; background: linear-gradient(135deg, #af8cef, #EF8CED);