#af85ce
a light, soft violet · warm · closest name: plum
RGB
175, 133, 206
HSL
275°, 43%, 67%
CMYK
15, 35, 0, 19
Luminance
0.3035
Every format
| HEX | #af85ce |
| RGB | rgb(175, 133, 206) |
| HSL | hsl(275, 43%, 67%) |
| CMYK | cmyk(15%, 35%, 0%, 19%) |
| LAB | lab(62.0 29.8 -31.6) |
| LCH | lch(62.0 43.4 313.3) |
| OKLCH | oklch(0.684 0.114 310.0) |
Copy-ready code
/* CSS */
color: #af85ce;
background-color: #af85ce;
/* Tailwind (arbitrary) */
class="text-[#af85ce] bg-[#af85ce]"
/* SCSS */
$brand: #af85ce;
/* SwiftUI */
Color(red: 0.686, green: 0.522, blue: 0.808)
/* Android */
Color.parseColor("#af85ce")Accessibility — WCAG contrast
Aa
#af85ce on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af85ce on black: 7.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green52.2%
Blue80.8%
CMYK percentages
Cyan15.0%
Magenta35.4%
Yellow0.0%
Key (black)19.2%
Color previews
#af85ce text on a black background
contrast 7.07:1
Card sample
#af85ce text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af85ce;
Background color
Panel with #af85ce background
background-color: #af85ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af85ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 133, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 133, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af85ce; background: linear-gradient(135deg, #af85ce, #CE85BC);