#cf76ae
a balanced, vivid magenta / pink · warm · closest name: plum
RGB
207, 118, 174
HSL
322°, 48%, 64%
CMYK
0, 43, 16, 19
Luminance
0.2928
Every format
| HEX | #cf76ae |
| RGB | rgb(207, 118, 174) |
| HSL | hsl(322, 48%, 64%) |
| CMYK | cmyk(0%, 43%, 16%, 19%) |
| LAB | lab(61.0 42.2 -14.6) |
| LCH | lch(61.0 44.7 340.9) |
| OKLCH | oklch(0.681 0.130 342.7) |
Copy-ready code
/* CSS */
color: #cf76ae;
background-color: #cf76ae;
/* Tailwind (arbitrary) */
class="text-[#cf76ae] bg-[#cf76ae]"
/* SCSS */
$brand: #cf76ae;
/* SwiftUI */
Color(red: 0.812, green: 0.463, blue: 0.682)
/* Android */
Color.parseColor("#cf76ae")Accessibility — WCAG contrast
Aa
#cf76ae on white: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf76ae on black: 6.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green46.3%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta43.0%
Yellow15.9%
Key (black)18.8%
Color previews
#cf76ae text on a black background
contrast 6.86:1
Card sample
#cf76ae text on a white background
contrast 3.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf76ae;
Background color
Panel with #cf76ae background
background-color: #cf76ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf76ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 118, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 118, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf76ae; background: linear-gradient(135deg, #cf76ae, #CF7976);