#af6df3
a light, electric violet · warm · closest name: slateblue
RGB
175, 109, 243
HSL
270°, 85%, 69%
CMYK
28, 55, 0, 5
Luminance
0.2652
Every format
| HEX | #af6df3 |
| RGB | rgb(175, 109, 243) |
| HSL | hsl(270, 85%, 69%) |
| CMYK | cmyk(28%, 55%, 0%, 5%) |
| LAB | lab(58.5 51.3 -57.7) |
| LCH | lch(58.5 77.2 311.7) |
| OKLCH | oklch(0.664 0.197 304.3) |
Copy-ready code
/* CSS */
color: #af6df3;
background-color: #af6df3;
/* Tailwind (arbitrary) */
class="text-[#af6df3] bg-[#af6df3]"
/* SCSS */
$brand: #af6df3;
/* SwiftUI */
Color(red: 0.686, green: 0.427, blue: 0.953)
/* Android */
Color.parseColor("#af6df3")Accessibility — WCAG contrast
Aa
#af6df3 on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af6df3 on black: 6.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green42.7%
Blue95.3%
CMYK percentages
Cyan28.0%
Magenta55.1%
Yellow0.0%
Key (black)4.7%
Color previews
#af6df3 text on a black background
contrast 6.30:1
Card sample
#af6df3 text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af6df3;
Background color
Panel with #af6df3 background
background-color: #af6df3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af6df3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 109, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 109, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af6df3; background: linear-gradient(135deg, #af6df3, #F36DDE);