#c791df
a light, vivid violet · warm · closest name: plum
RGB
199, 145, 223
HSL
282°, 55%, 72%
CMYK
11, 35, 0, 13
Luminance
0.3772
Every format
| HEX | #c791df |
| RGB | rgb(199, 145, 223) |
| HSL | hsl(282, 55%, 72%) |
| CMYK | cmyk(11%, 35%, 0%, 13%) |
| LAB | lab(67.8 34.1 -31.8) |
| LCH | lch(67.8 46.6 317.0) |
| OKLCH | oklch(0.736 0.124 315.1) |
Copy-ready code
/* CSS */
color: #c791df;
background-color: #c791df;
/* Tailwind (arbitrary) */
class="text-[#c791df] bg-[#c791df]"
/* SCSS */
$brand: #c791df;
/* SwiftUI */
Color(red: 0.780, green: 0.569, blue: 0.875)
/* Android */
Color.parseColor("#c791df")Accessibility — WCAG contrast
Aa
#c791df on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c791df on black: 8.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green56.9%
Blue87.5%
CMYK percentages
Cyan10.8%
Magenta35.0%
Yellow0.0%
Key (black)12.5%
Color previews
#c791df text on a black background
contrast 8.54:1
Card sample
#c791df text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c791df;
Background color
Panel with #c791df background
background-color: #c791df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c791df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 145, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 145, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c791df; background: linear-gradient(135deg, #c791df, #DF91C3);