#af46df
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 70, 223
HSL
281°, 71%, 58%
CMYK
22, 69, 0, 13
Luminance
0.1882
Every format
| HEX | #af46df |
| RGB | rgb(175, 70, 223) |
| HSL | hsl(281, 71%, 58%) |
| CMYK | cmyk(22%, 69%, 0%, 13%) |
| LAB | lab(50.5 65.5 -59.4) |
| LCH | lch(50.5 88.4 317.8) |
| OKLCH | oklch(0.602 0.229 313.1) |
Copy-ready code
/* CSS */
color: #af46df;
background-color: #af46df;
/* Tailwind (arbitrary) */
class="text-[#af46df] bg-[#af46df]"
/* SCSS */
$brand: #af46df;
/* SwiftUI */
Color(red: 0.686, green: 0.275, blue: 0.875)
/* Android */
Color.parseColor("#af46df")Accessibility — WCAG contrast
Aa
#af46df on white: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af46df on black: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green27.5%
Blue87.5%
CMYK percentages
Cyan21.5%
Magenta68.6%
Yellow0.0%
Key (black)12.5%
Color previews
#af46df text on a black background
contrast 4.76:1
Card sample
#af46df text on a white background
contrast 4.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af46df;
Background color
Panel with #af46df background
background-color: #af46df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af46df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 70, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 70, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af46df; background: linear-gradient(135deg, #af46df, #DF46A9);