#af8feb
a light, vivid violet · warm · closest name: plum
RGB
175, 143, 235
HSL
261°, 70%, 74%
CMYK
26, 39, 0, 8
Luminance
0.3476
Every format
| HEX | #af8feb |
| RGB | rgb(175, 143, 235) |
| HSL | hsl(261, 70%, 74%) |
| CMYK | cmyk(26%, 39%, 0%, 8%) |
| LAB | lab(65.6 30.8 -42.1) |
| LCH | lch(65.6 52.2 306.2) |
| OKLCH | oklch(0.715 0.134 299.0) |
Copy-ready code
/* CSS */
color: #af8feb;
background-color: #af8feb;
/* Tailwind (arbitrary) */
class="text-[#af8feb] bg-[#af8feb]"
/* SCSS */
$brand: #af8feb;
/* SwiftUI */
Color(red: 0.686, green: 0.561, blue: 0.922)
/* Android */
Color.parseColor("#af8feb")Accessibility — WCAG contrast
Aa
#af8feb on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af8feb on black: 7.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green56.1%
Blue92.2%
CMYK percentages
Cyan25.5%
Magenta39.1%
Yellow0.0%
Key (black)7.8%
Color previews
#af8feb text on a black background
contrast 7.95:1
Card sample
#af8feb text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8feb;
Background color
Panel with #af8feb background
background-color: #af8feb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8feb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 143, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 143, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8feb; background: linear-gradient(135deg, #af8feb, #EB8FEA);