#af78ce
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 120, 206
HSL
278°, 47%, 64%
CMYK
15, 42, 0, 19
Luminance
0.2700
Every format
| HEX | #af78ce |
| RGB | rgb(175, 120, 206) |
| HSL | hsl(278, 47%, 64%) |
| CMYK | cmyk(15%, 42%, 0%, 19%) |
| LAB | lab(59.0 37.0 -36.3) |
| LCH | lch(59.0 51.8 315.6) |
| OKLCH | oklch(0.661 0.136 312.5) |
Copy-ready code
/* CSS */
color: #af78ce;
background-color: #af78ce;
/* Tailwind (arbitrary) */
class="text-[#af78ce] bg-[#af78ce]"
/* SCSS */
$brand: #af78ce;
/* SwiftUI */
Color(red: 0.686, green: 0.471, blue: 0.808)
/* Android */
Color.parseColor("#af78ce")Accessibility — WCAG contrast
Aa
#af78ce on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af78ce on black: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green47.1%
Blue80.8%
CMYK percentages
Cyan15.0%
Magenta41.7%
Yellow0.0%
Key (black)19.2%
Color previews
#af78ce text on a black background
contrast 6.40:1
Card sample
#af78ce text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af78ce;
Background color
Panel with #af78ce background
background-color: #af78ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af78ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 120, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 120, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af78ce; background: linear-gradient(135deg, #af78ce, #CE78B4);