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