#af96ee
a light, vivid violet · warm · closest name: plum
RGB
175, 150, 238
HSL
257°, 72%, 76%
CMYK
27, 37, 0, 7
Luminance
0.3710
Every format
| HEX | #af96ee |
| RGB | rgb(175, 150, 238) |
| HSL | hsl(257, 72%, 76%) |
| CMYK | cmyk(27%, 37%, 0%, 7%) |
| LAB | lab(67.3 27.6 -41.0) |
| LCH | lch(67.3 49.4 303.9) |
| OKLCH | oklch(0.729 0.127 296.2) |
Copy-ready code
/* CSS */
color: #af96ee;
background-color: #af96ee;
/* Tailwind (arbitrary) */
class="text-[#af96ee] bg-[#af96ee]"
/* SCSS */
$brand: #af96ee;
/* SwiftUI */
Color(red: 0.686, green: 0.588, blue: 0.933)
/* Android */
Color.parseColor("#af96ee")Accessibility — WCAG contrast
Aa
#af96ee on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af96ee on black: 8.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green58.8%
Blue93.3%
CMYK percentages
Cyan26.5%
Magenta37.0%
Yellow0.0%
Key (black)6.7%
Color previews
#af96ee text on a black background
contrast 8.42:1
Card sample
#af96ee text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af96ee;
Background color
Panel with #af96ee background
background-color: #af96ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af96ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 150, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 150, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af96ee; background: linear-gradient(135deg, #af96ee, #EA96EE);