#af99e4
a light, vivid violet · warm · closest name: plum
RGB
175, 153, 228
HSL
258°, 58%, 75%
CMYK
23, 33, 0, 11
Luminance
0.3750
Every format
| HEX | #af99e4 |
| RGB | rgb(175, 153, 228) |
| HSL | hsl(258, 58%, 75%) |
| CMYK | cmyk(23%, 33%, 0%, 11%) |
| LAB | lab(67.7 23.5 -35.0) |
| LCH | lch(67.7 42.1 303.9) |
| OKLCH | oklch(0.730 0.109 297.1) |
Copy-ready code
/* CSS */
color: #af99e4;
background-color: #af99e4;
/* Tailwind (arbitrary) */
class="text-[#af99e4] bg-[#af99e4]"
/* SCSS */
$brand: #af99e4;
/* SwiftUI */
Color(red: 0.686, green: 0.600, blue: 0.894)
/* Android */
Color.parseColor("#af99e4")Accessibility — WCAG contrast
Aa
#af99e4 on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af99e4 on black: 8.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green60.0%
Blue89.4%
CMYK percentages
Cyan23.2%
Magenta32.9%
Yellow0.0%
Key (black)10.6%
Color previews
#af99e4 text on a black background
contrast 8.50:1
Card sample
#af99e4 text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af99e4;
Background color
Panel with #af99e4 background
background-color: #af99e4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af99e4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 153, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 153, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af99e4; background: linear-gradient(135deg, #af99e4, #E199E4);