#af6eee
a light, electric violet · warm · closest name: slateblue
RGB
175, 110, 238
HSL
271°, 79%, 68%
CMYK
27, 54, 0, 7
Luminance
0.2644
Every format
| HEX | #af6eee |
| RGB | rgb(175, 110, 238) |
| HSL | hsl(271, 79%, 68%) |
| CMYK | cmyk(27%, 54%, 0%, 7%) |
| LAB | lab(58.5 49.6 -55.0) |
| LCH | lch(58.5 74.1 312.1) |
| OKLCH | oklch(0.663 0.190 305.3) |
Copy-ready code
/* CSS */
color: #af6eee;
background-color: #af6eee;
/* Tailwind (arbitrary) */
class="text-[#af6eee] bg-[#af6eee]"
/* SCSS */
$brand: #af6eee;
/* SwiftUI */
Color(red: 0.686, green: 0.431, blue: 0.933)
/* Android */
Color.parseColor("#af6eee")Accessibility — WCAG contrast
Aa
#af6eee on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af6eee on black: 6.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green43.1%
Blue93.3%
CMYK percentages
Cyan26.5%
Magenta53.8%
Yellow0.0%
Key (black)6.7%
Color previews
#af6eee text on a black background
contrast 6.29:1
Card sample
#af6eee text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af6eee;
Background color
Panel with #af6eee background
background-color: #af6eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af6eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 110, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 110, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af6eee; background: linear-gradient(135deg, #af6eee, #EE6ED8);