#af99e9
a light, vivid violet · warm · closest name: plum
RGB
175, 153, 233
HSL
257°, 65%, 76%
CMYK
25, 34, 0, 9
Luminance
0.3778
Every format
| HEX | #af99e9 |
| RGB | rgb(175, 153, 233) |
| HSL | hsl(257, 65%, 76%) |
| CMYK | cmyk(25%, 34%, 0%, 9%) |
| LAB | lab(67.9 24.7 -37.4) |
| LCH | lch(67.9 44.8 303.4) |
| OKLCH | oklch(0.733 0.116 296.1) |
Copy-ready code
/* CSS */
color: #af99e9;
background-color: #af99e9;
/* Tailwind (arbitrary) */
class="text-[#af99e9] bg-[#af99e9]"
/* SCSS */
$brand: #af99e9;
/* SwiftUI */
Color(red: 0.686, green: 0.600, blue: 0.914)
/* Android */
Color.parseColor("#af99e9")Accessibility — WCAG contrast
Aa
#af99e9 on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af99e9 on black: 8.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green60.0%
Blue91.4%
CMYK percentages
Cyan24.9%
Magenta34.3%
Yellow0.0%
Key (black)8.6%
Color previews
#af99e9 text on a black background
contrast 8.56:1
Card sample
#af99e9 text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af99e9;
Background color
Panel with #af99e9 background
background-color: #af99e9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af99e9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 153, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 153, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af99e9; background: linear-gradient(135deg, #af99e9, #E499E9);