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