#af99e5
a light, vivid violet · warm · closest name: plum
RGB
175, 153, 229
HSL
257°, 59%, 75%
CMYK
24, 33, 0, 10
Luminance
0.3755
Every format
| HEX | #af99e5 |
| RGB | rgb(175, 153, 229) |
| HSL | hsl(257, 59%, 75%) |
| CMYK | cmyk(24%, 33%, 0%, 10%) |
| LAB | lab(67.7 23.7 -35.5) |
| LCH | lch(67.7 42.7 303.8) |
| OKLCH | oklch(0.731 0.110 296.9) |
Copy-ready code
/* CSS */
color: #af99e5;
background-color: #af99e5;
/* Tailwind (arbitrary) */
class="text-[#af99e5] bg-[#af99e5]"
/* SCSS */
$brand: #af99e5;
/* SwiftUI */
Color(red: 0.686, green: 0.600, blue: 0.898)
/* Android */
Color.parseColor("#af99e5")Accessibility — WCAG contrast
Aa
#af99e5 on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af99e5 on black: 8.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green60.0%
Blue89.8%
CMYK percentages
Cyan23.6%
Magenta33.2%
Yellow0.0%
Key (black)10.2%
Color previews
#af99e5 text on a black background
contrast 8.51:1
Card sample
#af99e5 text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af99e5;
Background color
Panel with #af99e5 background
background-color: #af99e5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af99e5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 153, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 153, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af99e5; background: linear-gradient(135deg, #af99e5, #E299E5);