#af99ee
a light, vivid violet · warm · closest name: plum
RGB
175, 153, 238
HSL
256°, 71%, 77%
CMYK
27, 36, 0, 7
Luminance
0.3807
Every format
| HEX | #af99ee |
| RGB | rgb(175, 153, 238) |
| HSL | hsl(256, 71%, 77%) |
| CMYK | cmyk(27%, 36%, 0%, 7%) |
| LAB | lab(68.1 25.9 -39.8) |
| LCH | lch(68.1 47.5 303.0) |
| OKLCH | oklch(0.735 0.122 295.1) |
Copy-ready code
/* CSS */
color: #af99ee;
background-color: #af99ee;
/* Tailwind (arbitrary) */
class="text-[#af99ee] bg-[#af99ee]"
/* SCSS */
$brand: #af99ee;
/* SwiftUI */
Color(red: 0.686, green: 0.600, blue: 0.933)
/* Android */
Color.parseColor("#af99ee")Accessibility — WCAG contrast
Aa
#af99ee on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af99ee on black: 8.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green60.0%
Blue93.3%
CMYK percentages
Cyan26.5%
Magenta35.7%
Yellow0.0%
Key (black)6.7%
Color previews
#af99ee text on a black background
contrast 8.61:1
Card sample
#af99ee text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af99ee;
Background color
Panel with #af99ee background
background-color: #af99ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af99ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 153, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 153, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af99ee; background: linear-gradient(135deg, #af99ee, #E899EE);