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