#af85df
a light, vivid violet · warm · closest name: plum
RGB
175, 133, 223
HSL
268°, 58%, 70%
CMYK
22, 40, 0, 13
Luminance
0.3122
Every format
| HEX | #af85df |
| RGB | rgb(175, 133, 223) |
| HSL | hsl(268, 58%, 70%) |
| CMYK | cmyk(22%, 40%, 0%, 13%) |
| LAB | lab(62.7 33.6 -40.0) |
| LCH | lch(62.7 52.2 310.0) |
| OKLCH | oklch(0.692 0.135 304.6) |
Copy-ready code
/* CSS */
color: #af85df;
background-color: #af85df;
/* Tailwind (arbitrary) */
class="text-[#af85df] bg-[#af85df]"
/* SCSS */
$brand: #af85df;
/* SwiftUI */
Color(red: 0.686, green: 0.522, blue: 0.875)
/* Android */
Color.parseColor("#af85df")Accessibility — WCAG contrast
Aa
#af85df on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af85df on black: 7.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green52.2%
Blue87.5%
CMYK percentages
Cyan21.5%
Magenta40.4%
Yellow0.0%
Key (black)12.5%
Color previews
#af85df text on a black background
contrast 7.24:1
Card sample
#af85df text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af85df;
Background color
Panel with #af85df background
background-color: #af85df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af85df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 133, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 133, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af85df; background: linear-gradient(135deg, #af85df, #DF85D3);