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