#af99ec
a light, vivid violet · warm · closest name: plum
RGB
175, 153, 236
HSL
256°, 69%, 76%
CMYK
26, 35, 0, 8
Luminance
0.3795
Every format
| HEX | #af99ec |
| RGB | rgb(175, 153, 236) |
| HSL | hsl(256, 69%, 76%) |
| CMYK | cmyk(26%, 35%, 0%, 8%) |
| LAB | lab(68.0 25.4 -38.9) |
| LCH | lch(68.0 46.4 303.2) |
| OKLCH | oklch(0.734 0.120 295.5) |
Copy-ready code
/* CSS */
color: #af99ec;
background-color: #af99ec;
/* Tailwind (arbitrary) */
class="text-[#af99ec] bg-[#af99ec]"
/* SCSS */
$brand: #af99ec;
/* SwiftUI */
Color(red: 0.686, green: 0.600, blue: 0.925)
/* Android */
Color.parseColor("#af99ec")Accessibility — WCAG contrast
Aa
#af99ec on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af99ec on black: 8.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green60.0%
Blue92.5%
CMYK percentages
Cyan25.8%
Magenta35.2%
Yellow0.0%
Key (black)7.5%
Color previews
#af99ec text on a black background
contrast 8.59:1
Card sample
#af99ec text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af99ec;
Background color
Panel with #af99ec background
background-color: #af99ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af99ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 153, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 153, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af99ec; background: linear-gradient(135deg, #af99ec, #E699EC);