#af78df
a light, vivid violet · warm · closest name: orchid
RGB
175, 120, 223
HSL
272°, 62%, 67%
CMYK
22, 46, 0, 13
Luminance
0.2787
Every format
| HEX | #af78df |
| RGB | rgb(175, 120, 223) |
| HSL | hsl(272, 62%, 67%) |
| CMYK | cmyk(22%, 46%, 0%, 13%) |
| LAB | lab(59.8 40.8 -44.5) |
| LCH | lch(59.8 60.4 312.5) |
| OKLCH | oklch(0.670 0.156 307.3) |
Copy-ready code
/* CSS */
color: #af78df;
background-color: #af78df;
/* Tailwind (arbitrary) */
class="text-[#af78df] bg-[#af78df]"
/* SCSS */
$brand: #af78df;
/* SwiftUI */
Color(red: 0.686, green: 0.471, blue: 0.875)
/* Android */
Color.parseColor("#af78df")Accessibility — WCAG contrast
Aa
#af78df on white: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af78df on black: 6.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green47.1%
Blue87.5%
CMYK percentages
Cyan21.5%
Magenta46.2%
Yellow0.0%
Key (black)12.5%
Color previews
#af78df text on a black background
contrast 6.57:1
Card sample
#af78df text on a white background
contrast 3.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af78df;
Background color
Panel with #af78df background
background-color: #af78df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af78df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 120, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 120, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af78df; background: linear-gradient(135deg, #af78df, #DF78CA);