#af78d7
a light, vivid violet · warm · closest name: orchid
RGB
175, 120, 215
HSL
275°, 54%, 66%
CMYK
19, 44, 0, 16
Luminance
0.2745
Every format
| HEX | #af78d7 |
| RGB | rgb(175, 120, 215) |
| HSL | hsl(275, 54%, 66%) |
| CMYK | cmyk(19%, 44%, 0%, 16%) |
| LAB | lab(59.4 39.0 -40.7) |
| LCH | lch(59.4 56.3 313.8) |
| OKLCH | oklch(0.666 0.147 309.6) |
Copy-ready code
/* CSS */
color: #af78d7;
background-color: #af78d7;
/* Tailwind (arbitrary) */
class="text-[#af78d7] bg-[#af78d7]"
/* SCSS */
$brand: #af78d7;
/* SwiftUI */
Color(red: 0.686, green: 0.471, blue: 0.843)
/* Android */
Color.parseColor("#af78d7")Accessibility — WCAG contrast
Aa
#af78d7 on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af78d7 on black: 6.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green47.1%
Blue84.3%
CMYK percentages
Cyan18.6%
Magenta44.2%
Yellow0.0%
Key (black)15.7%
Color previews
#af78d7 text on a black background
contrast 6.49:1
Card sample
#af78d7 text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af78d7;
Background color
Panel with #af78d7 background
background-color: #af78d7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af78d7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 120, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 120, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af78d7; background: linear-gradient(135deg, #af78d7, #D778C0);