#af61eb
a light, electric violet · warm · closest name: slateblue
RGB
175, 97, 235
HSL
274°, 78%, 65%
CMYK
26, 59, 0, 8
Luminance
0.2366
Every format
| HEX | #af61eb |
| RGB | rgb(175, 97, 235) |
| HSL | hsl(274, 78%, 65%) |
| CMYK | cmyk(26%, 59%, 0%, 8%) |
| LAB | lab(55.8 55.6 -57.7) |
| LCH | lch(55.8 80.1 314.0) |
| OKLCH | oklch(0.642 0.205 307.7) |
Copy-ready code
/* CSS */
color: #af61eb;
background-color: #af61eb;
/* Tailwind (arbitrary) */
class="text-[#af61eb] bg-[#af61eb]"
/* SCSS */
$brand: #af61eb;
/* SwiftUI */
Color(red: 0.686, green: 0.380, blue: 0.922)
/* Android */
Color.parseColor("#af61eb")Accessibility — WCAG contrast
Aa
#af61eb on white: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af61eb on black: 5.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green38.0%
Blue92.2%
CMYK percentages
Cyan25.5%
Magenta58.7%
Yellow0.0%
Key (black)7.8%
Color previews
#af61eb text on a black background
contrast 5.73:1
Card sample
#af61eb text on a white background
contrast 3.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af61eb;
Background color
Panel with #af61eb background
background-color: #af61eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af61eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 97, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 97, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af61eb; background: linear-gradient(135deg, #af61eb, #EB61CB);