#af83ee
a light, electric violet · warm · closest name: slateblue
RGB
175, 131, 238
HSL
265°, 76%, 72%
CMYK
27, 45, 0, 7
Luminance
0.3152
Every format
| HEX | #af83ee |
| RGB | rgb(175, 131, 238) |
| HSL | hsl(265, 76%, 72%) |
| CMYK | cmyk(27%, 45%, 0%, 7%) |
| LAB | lab(62.9 38.2 -47.9) |
| LCH | lch(62.9 61.3 308.6) |
| OKLCH | oklch(0.696 0.157 301.4) |
Copy-ready code
/* CSS */
color: #af83ee;
background-color: #af83ee;
/* Tailwind (arbitrary) */
class="text-[#af83ee] bg-[#af83ee]"
/* SCSS */
$brand: #af83ee;
/* SwiftUI */
Color(red: 0.686, green: 0.514, blue: 0.933)
/* Android */
Color.parseColor("#af83ee")Accessibility — WCAG contrast
Aa
#af83ee on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af83ee on black: 7.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green51.4%
Blue93.3%
CMYK percentages
Cyan26.5%
Magenta45.0%
Yellow0.0%
Key (black)6.7%
Color previews
#af83ee text on a black background
contrast 7.30:1
Card sample
#af83ee text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af83ee;
Background color
Panel with #af83ee background
background-color: #af83ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af83ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 131, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 131, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af83ee; background: linear-gradient(135deg, #af83ee, #EE83E6);