#af82df
a light, vivid violet · warm · closest name: orchid
RGB
175, 130, 223
HSL
269°, 59%, 69%
CMYK
22, 42, 0, 13
Luminance
0.3041
Every format
| HEX | #af82df |
| RGB | rgb(175, 130, 223) |
| HSL | hsl(269, 59%, 69%) |
| CMYK | cmyk(22%, 42%, 0%, 13%) |
| LAB | lab(62.0 35.3 -41.0) |
| LCH | lch(62.0 54.1 310.7) |
| OKLCH | oklch(0.687 0.140 305.3) |
Copy-ready code
/* CSS */
color: #af82df;
background-color: #af82df;
/* Tailwind (arbitrary) */
class="text-[#af82df] bg-[#af82df]"
/* SCSS */
$brand: #af82df;
/* SwiftUI */
Color(red: 0.686, green: 0.510, blue: 0.875)
/* Android */
Color.parseColor("#af82df")Accessibility — WCAG contrast
Aa
#af82df on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af82df on black: 7.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green51.0%
Blue87.5%
CMYK percentages
Cyan21.5%
Magenta41.7%
Yellow0.0%
Key (black)12.5%
Color previews
#af82df text on a black background
contrast 7.08:1
Card sample
#af82df text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af82df;
Background color
Panel with #af82df background
background-color: #af82df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af82df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 130, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 130, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af82df; background: linear-gradient(135deg, #af82df, #DF82D1);