#af6feb
a light, electric violet · warm · closest name: slateblue
RGB
175, 111, 235
HSL
271°, 76%, 68%
CMYK
26, 53, 0, 8
Luminance
0.2648
Every format
| HEX | #af6feb |
| RGB | rgb(175, 111, 235) |
| HSL | hsl(271, 76%, 68%) |
| CMYK | cmyk(26%, 53%, 0%, 8%) |
| LAB | lab(58.5 48.4 -53.3) |
| LCH | lch(58.5 72.0 312.3) |
| OKLCH | oklch(0.662 0.185 305.8) |
Copy-ready code
/* CSS */
color: #af6feb;
background-color: #af6feb;
/* Tailwind (arbitrary) */
class="text-[#af6feb] bg-[#af6feb]"
/* SCSS */
$brand: #af6feb;
/* SwiftUI */
Color(red: 0.686, green: 0.435, blue: 0.922)
/* Android */
Color.parseColor("#af6feb")Accessibility — WCAG contrast
Aa
#af6feb on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af6feb on black: 6.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green43.5%
Blue92.2%
CMYK percentages
Cyan25.5%
Magenta52.8%
Yellow0.0%
Key (black)7.8%
Color previews
#af6feb text on a black background
contrast 6.30:1
Card sample
#af6feb text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af6feb;
Background color
Panel with #af6feb background
background-color: #af6feb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af6feb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 111, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 111, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af6feb; background: linear-gradient(135deg, #af6feb, #EB6FD4);