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