#c796cf
a light, soft magenta / pink · warm · closest name: plum
RGB
199, 150, 207
HSL
292°, 37%, 70%
CMYK
4, 28, 0, 19
Luminance
0.3846
Every format
| HEX | #c796cf |
| RGB | rgb(199, 150, 207) |
| HSL | hsl(292, 37%, 70%) |
| CMYK | cmyk(4%, 28%, 0%, 19%) |
| LAB | lab(68.4 28.1 -22.1) |
| LCH | lch(68.4 35.8 321.8) |
| OKLCH | oklch(0.738 0.097 321.7) |
Copy-ready code
/* CSS */
color: #c796cf;
background-color: #c796cf;
/* Tailwind (arbitrary) */
class="text-[#c796cf] bg-[#c796cf]"
/* SCSS */
$brand: #c796cf;
/* SwiftUI */
Color(red: 0.780, green: 0.588, blue: 0.812)
/* Android */
Color.parseColor("#c796cf")Accessibility — WCAG contrast
Aa
#c796cf on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c796cf on black: 8.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green58.8%
Blue81.2%
CMYK percentages
Cyan3.9%
Magenta27.5%
Yellow0.0%
Key (black)18.8%
Color previews
#c796cf text on a black background
contrast 8.69:1
Card sample
#c796cf text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c796cf;
Background color
Panel with #c796cf background
background-color: #c796cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c796cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 150, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 150, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c796cf; background: linear-gradient(135deg, #c796cf, #CF96B1);