#af85ec
a light, vivid violet · warm · closest name: slateblue
RGB
175, 133, 236
HSL
265°, 73%, 72%
CMYK
26, 44, 0, 8
Luminance
0.3195
Every format
| HEX | #af85ec |
| RGB | rgb(175, 133, 236) |
| HSL | hsl(265, 73%, 72%) |
| CMYK | cmyk(26%, 44%, 0%, 8%) |
| LAB | lab(63.3 36.6 -46.2) |
| LCH | lch(63.3 59.0 308.4) |
| OKLCH | oklch(0.698 0.151 301.4) |
Copy-ready code
/* CSS */
color: #af85ec;
background-color: #af85ec;
/* Tailwind (arbitrary) */
class="text-[#af85ec] bg-[#af85ec]"
/* SCSS */
$brand: #af85ec;
/* SwiftUI */
Color(red: 0.686, green: 0.522, blue: 0.925)
/* Android */
Color.parseColor("#af85ec")Accessibility — WCAG contrast
Aa
#af85ec on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af85ec on black: 7.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green52.2%
Blue92.5%
CMYK percentages
Cyan25.8%
Magenta43.6%
Yellow0.0%
Key (black)7.5%
Color previews
#af85ec text on a black background
contrast 7.39:1
Card sample
#af85ec text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af85ec;
Background color
Panel with #af85ec background
background-color: #af85ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af85ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 133, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 133, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af85ec; background: linear-gradient(135deg, #af85ec, #EC85E4);