#af80ee
a light, electric violet · warm · closest name: slateblue
RGB
175, 128, 238
HSL
266°, 76%, 72%
CMYK
27, 46, 0, 7
Luminance
0.3073
Every format
| HEX | #af80ee |
| RGB | rgb(175, 128, 238) |
| HSL | hsl(266, 76%, 72%) |
| CMYK | cmyk(27%, 46%, 0%, 7%) |
| LAB | lab(62.3 39.9 -49.0) |
| LCH | lch(62.3 63.1 309.2) |
| OKLCH | oklch(0.691 0.162 302.1) |
Copy-ready code
/* CSS */
color: #af80ee;
background-color: #af80ee;
/* Tailwind (arbitrary) */
class="text-[#af80ee] bg-[#af80ee]"
/* SCSS */
$brand: #af80ee;
/* SwiftUI */
Color(red: 0.686, green: 0.502, blue: 0.933)
/* Android */
Color.parseColor("#af80ee")Accessibility — WCAG contrast
Aa
#af80ee on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af80ee on black: 7.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green50.2%
Blue93.3%
CMYK percentages
Cyan26.5%
Magenta46.2%
Yellow0.0%
Key (black)6.7%
Color previews
#af80ee text on a black background
contrast 7.15:1
Card sample
#af80ee text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af80ee;
Background color
Panel with #af80ee background
background-color: #af80ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af80ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 128, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 128, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af80ee; background: linear-gradient(135deg, #af80ee, #EE80E4);