#af43df
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 67, 223
HSL
282°, 71%, 57%
CMYK
22, 70, 0, 13
Luminance
0.1846
Every format
| HEX | #af43df |
| RGB | rgb(175, 67, 223) |
| HSL | hsl(282, 71%, 57%) |
| CMYK | cmyk(22%, 70%, 0%, 13%) |
| LAB | lab(50.0 66.8 -60.1) |
| LCH | lch(50.0 89.8 318.0) |
| OKLCH | oklch(0.599 0.233 313.3) |
Copy-ready code
/* CSS */
color: #af43df;
background-color: #af43df;
/* Tailwind (arbitrary) */
class="text-[#af43df] bg-[#af43df]"
/* SCSS */
$brand: #af43df;
/* SwiftUI */
Color(red: 0.686, green: 0.263, blue: 0.875)
/* Android */
Color.parseColor("#af43df")Accessibility — WCAG contrast
Aa
#af43df on white: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af43df on black: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green26.3%
Blue87.5%
CMYK percentages
Cyan21.5%
Magenta70.0%
Yellow0.0%
Key (black)12.5%
Color previews
#af43df text on a black background
contrast 4.69:1
Card sample
#af43df text on a white background
contrast 4.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af43df;
Background color
Panel with #af43df background
background-color: #af43df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af43df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 67, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 67, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af43df; background: linear-gradient(135deg, #af43df, #DF43A7);