#c796df
a light, vivid violet · warm · closest name: plum
RGB
199, 150, 223
HSL
280°, 53%, 73%
CMYK
11, 33, 0, 13
Luminance
0.3928
Every format
| HEX | #c796df |
| RGB | rgb(199, 150, 223) |
| HSL | hsl(280, 53%, 73%) |
| CMYK | cmyk(11%, 33%, 0%, 13%) |
| LAB | lab(69.0 31.4 -30.1) |
| LCH | lch(69.0 43.4 316.2) |
| OKLCH | oklch(0.745 0.115 314.2) |
Copy-ready code
/* CSS */
color: #c796df;
background-color: #c796df;
/* Tailwind (arbitrary) */
class="text-[#c796df] bg-[#c796df]"
/* SCSS */
$brand: #c796df;
/* SwiftUI */
Color(red: 0.780, green: 0.588, blue: 0.875)
/* Android */
Color.parseColor("#c796df")Accessibility — WCAG contrast
Aa
#c796df on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c796df on black: 8.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green58.8%
Blue87.5%
CMYK percentages
Cyan10.8%
Magenta32.7%
Yellow0.0%
Key (black)12.5%
Color previews
#c796df text on a black background
contrast 8.86:1
Card sample
#c796df text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c796df;
Background color
Panel with #c796df background
background-color: #c796df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c796df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 150, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 150, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c796df; background: linear-gradient(135deg, #c796df, #DF96C6);