#af8fef
a light, electric violet · warm · closest name: plum
RGB
175, 143, 239
HSL
260°, 75%, 75%
CMYK
27, 40, 0, 6
Luminance
0.3499
Every format
| HEX | #af8fef |
| RGB | rgb(175, 143, 239) |
| HSL | hsl(260, 75%, 75%) |
| CMYK | cmyk(27%, 40%, 0%, 6%) |
| LAB | lab(65.7 31.7 -44.0) |
| LCH | lch(65.7 54.3 305.8) |
| OKLCH | oklch(0.717 0.140 298.2) |
Copy-ready code
/* CSS */
color: #af8fef;
background-color: #af8fef;
/* Tailwind (arbitrary) */
class="text-[#af8fef] bg-[#af8fef]"
/* SCSS */
$brand: #af8fef;
/* SwiftUI */
Color(red: 0.686, green: 0.561, blue: 0.937)
/* Android */
Color.parseColor("#af8fef")Accessibility — WCAG contrast
Aa
#af8fef on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af8fef on black: 8.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green56.1%
Blue93.7%
CMYK percentages
Cyan26.8%
Magenta40.2%
Yellow0.0%
Key (black)6.3%
Color previews
#af8fef text on a black background
contrast 8.00:1
Card sample
#af8fef text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8fef;
Background color
Panel with #af8fef background
background-color: #af8fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 143, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 143, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8fef; background: linear-gradient(135deg, #af8fef, #EF8FEF);