#af78dc
a light, vivid violet · warm · closest name: orchid
RGB
175, 120, 220
HSL
273°, 59%, 67%
CMYK
21, 46, 0, 14
Luminance
0.2771
Every format
| HEX | #af78dc |
| RGB | rgb(175, 120, 220) |
| HSL | hsl(273, 59%, 67%) |
| CMYK | cmyk(21%, 46%, 0%, 14%) |
| LAB | lab(59.6 40.1 -43.1) |
| LCH | lch(59.6 58.9 312.9) |
| OKLCH | oklch(0.668 0.153 308.2) |
Copy-ready code
/* CSS */
color: #af78dc;
background-color: #af78dc;
/* Tailwind (arbitrary) */
class="text-[#af78dc] bg-[#af78dc]"
/* SCSS */
$brand: #af78dc;
/* SwiftUI */
Color(red: 0.686, green: 0.471, blue: 0.863)
/* Android */
Color.parseColor("#af78dc")Accessibility — WCAG contrast
Aa
#af78dc on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af78dc on black: 6.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green47.1%
Blue86.3%
CMYK percentages
Cyan20.5%
Magenta45.5%
Yellow0.0%
Key (black)13.7%
Color previews
#af78dc text on a black background
contrast 6.54:1
Card sample
#af78dc text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af78dc;
Background color
Panel with #af78dc background
background-color: #af78dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af78dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 120, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 120, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af78dc; background: linear-gradient(135deg, #af78dc, #DC78C6);