#cf76ba
a balanced, vivid magenta / pink · warm · closest name: plum
RGB
207, 118, 186
HSL
314°, 48%, 64%
CMYK
0, 43, 10, 19
Luminance
0.2977
Every format
| HEX | #cf76ba |
| RGB | rgb(207, 118, 186) |
| HSL | hsl(314, 48%, 64%) |
| CMYK | cmyk(0%, 43%, 10%, 19%) |
| LAB | lab(61.5 44.2 -20.8) |
| LCH | lch(61.5 48.8 334.8) |
| OKLCH | oklch(0.685 0.140 336.4) |
Copy-ready code
/* CSS */
color: #cf76ba;
background-color: #cf76ba;
/* Tailwind (arbitrary) */
class="text-[#cf76ba] bg-[#cf76ba]"
/* SCSS */
$brand: #cf76ba;
/* SwiftUI */
Color(red: 0.812, green: 0.463, blue: 0.729)
/* Android */
Color.parseColor("#cf76ba")Accessibility — WCAG contrast
Aa
#cf76ba on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf76ba on black: 6.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green46.3%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta43.0%
Yellow10.1%
Key (black)18.8%
Color previews
#cf76ba text on a black background
contrast 6.95:1
Card sample
#cf76ba text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf76ba;
Background color
Panel with #cf76ba background
background-color: #cf76ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf76ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 118, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 118, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf76ba; background: linear-gradient(135deg, #cf76ba, #CF767F);