#af8ceb
a light, vivid violet · warm · closest name: plum
RGB
175, 140, 235
HSL
262°, 70%, 74%
CMYK
26, 40, 0, 8
Luminance
0.3387
Every format
| HEX | #af8ceb |
| RGB | rgb(175, 140, 235) |
| HSL | hsl(262, 70%, 74%) |
| CMYK | cmyk(26%, 40%, 0%, 8%) |
| LAB | lab(64.9 32.5 -43.2) |
| LCH | lch(64.9 54.0 306.9) |
| OKLCH | oklch(0.710 0.139 299.9) |
Copy-ready code
/* CSS */
color: #af8ceb;
background-color: #af8ceb;
/* Tailwind (arbitrary) */
class="text-[#af8ceb] bg-[#af8ceb]"
/* SCSS */
$brand: #af8ceb;
/* SwiftUI */
Color(red: 0.686, green: 0.549, blue: 0.922)
/* Android */
Color.parseColor("#af8ceb")Accessibility — WCAG contrast
Aa
#af8ceb on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af8ceb on black: 7.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green54.9%
Blue92.2%
CMYK percentages
Cyan25.5%
Magenta40.4%
Yellow0.0%
Key (black)7.8%
Color previews
#af8ceb text on a black background
contrast 7.77:1
Card sample
#af8ceb text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8ceb;
Background color
Panel with #af8ceb background
background-color: #af8ceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8ceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 140, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 140, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8ceb; background: linear-gradient(135deg, #af8ceb, #EB8CE8);