#af8fea
a light, vivid violet · warm · closest name: plum
RGB
175, 143, 234
HSL
261°, 68%, 74%
CMYK
25, 39, 0, 8
Luminance
0.3470
Every format
| HEX | #af8fea |
| RGB | rgb(175, 143, 234) |
| HSL | hsl(261, 68%, 74%) |
| CMYK | cmyk(25%, 39%, 0%, 8%) |
| LAB | lab(65.5 30.5 -41.6) |
| LCH | lch(65.5 51.6 306.3) |
| OKLCH | oklch(0.715 0.133 299.2) |
Copy-ready code
/* CSS */
color: #af8fea;
background-color: #af8fea;
/* Tailwind (arbitrary) */
class="text-[#af8fea] bg-[#af8fea]"
/* SCSS */
$brand: #af8fea;
/* SwiftUI */
Color(red: 0.686, green: 0.561, blue: 0.918)
/* Android */
Color.parseColor("#af8fea")Accessibility — WCAG contrast
Aa
#af8fea on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af8fea on black: 7.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green56.1%
Blue91.8%
CMYK percentages
Cyan25.2%
Magenta38.9%
Yellow0.0%
Key (black)8.2%
Color previews
#af8fea text on a black background
contrast 7.94:1
Card sample
#af8fea text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8fea;
Background color
Panel with #af8fea background
background-color: #af8fea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8fea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 143, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 143, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8fea; background: linear-gradient(135deg, #af8fea, #EA8FE8);