#c76fad
a balanced, soft magenta / pink · warm · closest name: plum
RGB
199, 111, 173
HSL
318°, 44%, 61%
CMYK
0, 44, 13, 22
Luminance
0.2653
Every format
| HEX | #c76fad |
| RGB | rgb(199, 111, 173) |
| HSL | hsl(318, 44%, 61%) |
| CMYK | cmyk(0%, 44%, 13%, 22%) |
| LAB | lab(58.5 43.1 -17.9) |
| LCH | lch(58.5 46.6 337.4) |
| OKLCH | oklch(0.660 0.135 339.2) |
Copy-ready code
/* CSS */
color: #c76fad;
background-color: #c76fad;
/* Tailwind (arbitrary) */
class="text-[#c76fad] bg-[#c76fad]"
/* SCSS */
$brand: #c76fad;
/* SwiftUI */
Color(red: 0.780, green: 0.435, blue: 0.678)
/* Android */
Color.parseColor("#c76fad")Accessibility — WCAG contrast
Aa
#c76fad on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c76fad on black: 6.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green43.5%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta44.2%
Yellow13.1%
Key (black)22.0%
Color previews
#c76fad text on a black background
contrast 6.31:1
Card sample
#c76fad text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c76fad;
Background color
Panel with #c76fad background
background-color: #c76fad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c76fad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 111, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 111, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c76fad; background: linear-gradient(135deg, #c76fad, #C76F72);