#af51df
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 81, 223
HSL
280°, 69%, 60%
CMYK
22, 64, 0, 13
Luminance
0.2033
Every format
| HEX | #af51df |
| RGB | rgb(175, 81, 223) |
| HSL | hsl(280, 69%, 60%) |
| CMYK | cmyk(22%, 64%, 0%, 13%) |
| LAB | lab(52.2 60.7 -56.6) |
| LCH | lch(52.2 83.0 317.0) |
| OKLCH | oklch(0.614 0.215 312.2) |
Copy-ready code
/* CSS */
color: #af51df;
background-color: #af51df;
/* Tailwind (arbitrary) */
class="text-[#af51df] bg-[#af51df]"
/* SCSS */
$brand: #af51df;
/* SwiftUI */
Color(red: 0.686, green: 0.318, blue: 0.875)
/* Android */
Color.parseColor("#af51df")Accessibility — WCAG contrast
Aa
#af51df on white: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af51df on black: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green31.8%
Blue87.5%
CMYK percentages
Cyan21.5%
Magenta63.7%
Yellow0.0%
Key (black)12.5%
Color previews
#af51df text on a black background
contrast 5.07:1
Card sample
#af51df text on a white background
contrast 4.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af51df;
Background color
Panel with #af51df background
background-color: #af51df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af51df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 81, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 81, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af51df; background: linear-gradient(135deg, #af51df, #DF51B0);