#c78dfd
a light, electric violet · warm · closest name: violet
RGB
199, 141, 253
HSL
271°, 97%, 77%
CMYK
21, 44, 0, 1
Luminance
0.3828
Every format
| HEX | #c78dfd |
| RGB | rgb(199, 141, 253) |
| HSL | hsl(271, 97%, 77%) |
| CMYK | cmyk(21%, 44%, 0%, 1%) |
| LAB | lab(68.2 42.7 -47.6) |
| LCH | lch(68.2 64.0 311.9) |
| OKLCH | oklch(0.744 0.166 306.7) |
Copy-ready code
/* CSS */
color: #c78dfd;
background-color: #c78dfd;
/* Tailwind (arbitrary) */
class="text-[#c78dfd] bg-[#c78dfd]"
/* SCSS */
$brand: #c78dfd;
/* SwiftUI */
Color(red: 0.780, green: 0.553, blue: 0.992)
/* Android */
Color.parseColor("#c78dfd")Accessibility — WCAG contrast
Aa
#c78dfd on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c78dfd on black: 8.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green55.3%
Blue99.2%
CMYK percentages
Cyan21.3%
Magenta44.3%
Yellow0.0%
Key (black)0.8%
Color previews
#c78dfd text on a black background
contrast 8.66:1
Card sample
#c78dfd text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c78dfd;
Background color
Panel with #c78dfd background
background-color: #c78dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c78dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 141, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 141, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c78dfd; background: linear-gradient(135deg, #c78dfd, #FD8DE8);