#af85fe
a light, electric violet · warm · closest name: slateblue
RGB
175, 133, 254
HSL
261°, 98%, 76%
CMYK
31, 48, 0, 0
Luminance
0.3304
Every format
| HEX | #af85fe |
| RGB | rgb(175, 133, 254) |
| HSL | hsl(261, 98%, 76%) |
| CMYK | cmyk(31%, 48%, 0%, 0%) |
| LAB | lab(64.2 41.0 -54.7) |
| LCH | lch(64.2 68.3 306.8) |
| OKLCH | oklch(0.708 0.174 297.8) |
Copy-ready code
/* CSS */
color: #af85fe;
background-color: #af85fe;
/* Tailwind (arbitrary) */
class="text-[#af85fe] bg-[#af85fe]"
/* SCSS */
$brand: #af85fe;
/* SwiftUI */
Color(red: 0.686, green: 0.522, blue: 0.996)
/* Android */
Color.parseColor("#af85fe")Accessibility — WCAG contrast
Aa
#af85fe on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af85fe on black: 7.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green52.2%
Blue99.6%
CMYK percentages
Cyan31.1%
Magenta47.6%
Yellow0.0%
Key (black)0.4%
Color previews
#af85fe text on a black background
contrast 7.61:1
Card sample
#af85fe text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af85fe;
Background color
Panel with #af85fe background
background-color: #af85fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af85fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 133, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 133, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af85fe; background: linear-gradient(135deg, #af85fe, #FE85FC);