#af94eb
a light, vivid violet · warm · closest name: plum
RGB
175, 148, 235
HSL
259°, 69%, 75%
CMYK
26, 37, 0, 8
Luminance
0.3629
Every format
| HEX | #af94eb |
| RGB | rgb(175, 148, 235) |
| HSL | hsl(259, 69%, 75%) |
| CMYK | cmyk(26%, 37%, 0%, 8%) |
| LAB | lab(66.7 28.0 -40.3) |
| LCH | lch(66.7 49.0 304.8) |
| OKLCH | oklch(0.724 0.126 297.4) |
Copy-ready code
/* CSS */
color: #af94eb;
background-color: #af94eb;
/* Tailwind (arbitrary) */
class="text-[#af94eb] bg-[#af94eb]"
/* SCSS */
$brand: #af94eb;
/* SwiftUI */
Color(red: 0.686, green: 0.580, blue: 0.922)
/* Android */
Color.parseColor("#af94eb")Accessibility — WCAG contrast
Aa
#af94eb on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af94eb on black: 8.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green58.0%
Blue92.2%
CMYK percentages
Cyan25.5%
Magenta37.0%
Yellow0.0%
Key (black)7.8%
Color previews
#af94eb text on a black background
contrast 8.26:1
Card sample
#af94eb text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af94eb;
Background color
Panel with #af94eb background
background-color: #af94eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af94eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 148, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 148, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af94eb; background: linear-gradient(135deg, #af94eb, #E994EB);