#af85da
a light, vivid violet · warm · closest name: plum
RGB
175, 133, 218
HSL
270°, 54%, 69%
CMYK
20, 39, 0, 15
Luminance
0.3095
Every format
| HEX | #af85da |
| RGB | rgb(175, 133, 218) |
| HSL | hsl(270, 54%, 69%) |
| CMYK | cmyk(20%, 39%, 0%, 15%) |
| LAB | lab(62.5 32.4 -37.5) |
| LCH | lch(62.5 49.6 310.8) |
| OKLCH | oklch(0.689 0.129 306.0) |
Copy-ready code
/* CSS */
color: #af85da;
background-color: #af85da;
/* Tailwind (arbitrary) */
class="text-[#af85da] bg-[#af85da]"
/* SCSS */
$brand: #af85da;
/* SwiftUI */
Color(red: 0.686, green: 0.522, blue: 0.855)
/* Android */
Color.parseColor("#af85da")Accessibility — WCAG contrast
Aa
#af85da on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af85da on black: 7.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green52.2%
Blue85.5%
CMYK percentages
Cyan19.7%
Magenta39.0%
Yellow0.0%
Key (black)14.5%
Color previews
#af85da text on a black background
contrast 7.19:1
Card sample
#af85da text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af85da;
Background color
Panel with #af85da background
background-color: #af85da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af85da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 133, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 133, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af85da; background: linear-gradient(135deg, #af85da, #DA85CC);