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