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