#af85f5
a light, electric violet · warm · closest name: slateblue
RGB
175, 133, 245
HSL
263°, 85%, 74%
CMYK
29, 46, 0, 4
Luminance
0.3248
Every format
| HEX | #af85f5 |
| RGB | rgb(175, 133, 245) |
| HSL | hsl(263, 85%, 74%) |
| CMYK | cmyk(29%, 46%, 0%, 4%) |
| LAB | lab(63.7 38.8 -50.5) |
| LCH | lch(63.7 63.7 307.5) |
| OKLCH | oklch(0.703 0.163 299.5) |
Copy-ready code
/* CSS */
color: #af85f5;
background-color: #af85f5;
/* Tailwind (arbitrary) */
class="text-[#af85f5] bg-[#af85f5]"
/* SCSS */
$brand: #af85f5;
/* SwiftUI */
Color(red: 0.686, green: 0.522, blue: 0.961)
/* Android */
Color.parseColor("#af85f5")Accessibility — WCAG contrast
Aa
#af85f5 on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af85f5 on black: 7.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green52.2%
Blue96.1%
CMYK percentages
Cyan28.6%
Magenta45.7%
Yellow0.0%
Key (black)3.9%
Color previews
#af85f5 text on a black background
contrast 7.50:1
Card sample
#af85f5 text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af85f5;
Background color
Panel with #af85f5 background
background-color: #af85f5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af85f5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 133, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 133, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af85f5; background: linear-gradient(135deg, #af85f5, #F585F0);