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