#af6fe5
a light, vivid violet · warm · closest name: slateblue
RGB
175, 111, 229
HSL
273°, 69%, 67%
CMYK
24, 52, 0, 10
Luminance
0.2614
Every format
| HEX | #af6fe5 |
| RGB | rgb(175, 111, 229) |
| HSL | hsl(273, 69%, 67%) |
| CMYK | cmyk(24%, 52%, 0%, 10%) |
| LAB | lab(58.2 47.0 -50.5) |
| LCH | lch(58.2 69.0 313.0) |
| OKLCH | oklch(0.659 0.178 307.2) |
Copy-ready code
/* CSS */
color: #af6fe5;
background-color: #af6fe5;
/* Tailwind (arbitrary) */
class="text-[#af6fe5] bg-[#af6fe5]"
/* SCSS */
$brand: #af6fe5;
/* SwiftUI */
Color(red: 0.686, green: 0.435, blue: 0.898)
/* Android */
Color.parseColor("#af6fe5")Accessibility — WCAG contrast
Aa
#af6fe5 on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af6fe5 on black: 6.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green43.5%
Blue89.8%
CMYK percentages
Cyan23.6%
Magenta51.5%
Yellow0.0%
Key (black)10.2%
Color previews
#af6fe5 text on a black background
contrast 6.23:1
Card sample
#af6fe5 text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af6fe5;
Background color
Panel with #af6fe5 background
background-color: #af6fe5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af6fe5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 111, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 111, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af6fe5; background: linear-gradient(135deg, #af6fe5, #E56FCC);