#af55dc
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 85, 220
HSL
280°, 66%, 60%
CMYK
21, 61, 0, 14
Luminance
0.2078
Every format
| HEX | #af55dc |
| RGB | rgb(175, 85, 220) |
| HSL | hsl(280, 66%, 60%) |
| CMYK | cmyk(21%, 61%, 0%, 14%) |
| LAB | lab(52.7 58.2 -54.1) |
| LCH | lch(52.7 79.5 317.1) |
| OKLCH | oklch(0.617 0.207 312.7) |
Copy-ready code
/* CSS */
color: #af55dc;
background-color: #af55dc;
/* Tailwind (arbitrary) */
class="text-[#af55dc] bg-[#af55dc]"
/* SCSS */
$brand: #af55dc;
/* SwiftUI */
Color(red: 0.686, green: 0.333, blue: 0.863)
/* Android */
Color.parseColor("#af55dc")Accessibility — WCAG contrast
Aa
#af55dc on white: 4.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af55dc on black: 5.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green33.3%
Blue86.3%
CMYK percentages
Cyan20.5%
Magenta61.4%
Yellow0.0%
Key (black)13.7%
Color previews
#af55dc text on a black background
contrast 5.16:1
Card sample
#af55dc text on a white background
contrast 4.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af55dc;
Background color
Panel with #af55dc background
background-color: #af55dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af55dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 85, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 85, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af55dc; background: linear-gradient(135deg, #af55dc, #DC55AF);