#af6cee
a light, electric violet · warm · closest name: slateblue
RGB
175, 108, 238
HSL
271°, 79%, 68%
CMYK
27, 55, 0, 7
Luminance
0.2601
Every format
| HEX | #af6cee |
| RGB | rgb(175, 108, 238) |
| HSL | hsl(271, 79%, 68%) |
| CMYK | cmyk(27%, 55%, 0%, 7%) |
| LAB | lab(58.0 50.7 -55.7) |
| LCH | lch(58.0 75.3 312.3) |
| OKLCH | oklch(0.660 0.193 305.6) |
Copy-ready code
/* CSS */
color: #af6cee;
background-color: #af6cee;
/* Tailwind (arbitrary) */
class="text-[#af6cee] bg-[#af6cee]"
/* SCSS */
$brand: #af6cee;
/* SwiftUI */
Color(red: 0.686, green: 0.424, blue: 0.933)
/* Android */
Color.parseColor("#af6cee")Accessibility — WCAG contrast
Aa
#af6cee on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af6cee on black: 6.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green42.4%
Blue93.3%
CMYK percentages
Cyan26.5%
Magenta54.6%
Yellow0.0%
Key (black)6.7%
Color previews
#af6cee text on a black background
contrast 6.20:1
Card sample
#af6cee text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af6cee;
Background color
Panel with #af6cee background
background-color: #af6cee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af6cee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 108, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 108, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af6cee; background: linear-gradient(135deg, #af6cee, #EE6CD6);