#c786fd
a light, electric violet · warm · closest name: violet
RGB
199, 134, 253
HSL
273°, 97%, 76%
CMYK
21, 47, 0, 1
Luminance
0.3628
Every format
| HEX | #c786fd |
| RGB | rgb(199, 134, 253) |
| HSL | hsl(273, 97%, 76%) |
| CMYK | cmyk(21%, 47%, 0%, 1%) |
| LAB | lab(66.7 46.5 -50.0) |
| LCH | lch(66.7 68.3 312.9) |
| OKLCH | oklch(0.732 0.177 307.8) |
Copy-ready code
/* CSS */
color: #c786fd;
background-color: #c786fd;
/* Tailwind (arbitrary) */
class="text-[#c786fd] bg-[#c786fd]"
/* SCSS */
$brand: #c786fd;
/* SwiftUI */
Color(red: 0.780, green: 0.525, blue: 0.992)
/* Android */
Color.parseColor("#c786fd")Accessibility — WCAG contrast
Aa
#c786fd on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c786fd on black: 8.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green52.5%
Blue99.2%
CMYK percentages
Cyan21.3%
Magenta47.0%
Yellow0.0%
Key (black)0.8%
Color previews
#c786fd text on a black background
contrast 8.26:1
Card sample
#c786fd text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c786fd;
Background color
Panel with #c786fd background
background-color: #c786fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c786fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 134, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 134, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c786fd; background: linear-gradient(135deg, #c786fd, #FD86E4);