#cf76bc
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 118, 188
HSL
313°, 48%, 64%
CMYK
0, 43, 9, 19
Luminance
0.2985
Every format
| HEX | #cf76bc |
| RGB | rgb(207, 118, 188) |
| HSL | hsl(313, 48%, 64%) |
| CMYK | cmyk(0%, 43%, 9%, 19%) |
| LAB | lab(61.5 44.5 -21.8) |
| LCH | lch(61.5 49.5 333.9) |
| OKLCH | oklch(0.686 0.141 335.4) |
Copy-ready code
/* CSS */
color: #cf76bc;
background-color: #cf76bc;
/* Tailwind (arbitrary) */
class="text-[#cf76bc] bg-[#cf76bc]"
/* SCSS */
$brand: #cf76bc;
/* SwiftUI */
Color(red: 0.812, green: 0.463, blue: 0.737)
/* Android */
Color.parseColor("#cf76bc")Accessibility — WCAG contrast
Aa
#cf76bc on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf76bc on black: 6.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green46.3%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta43.0%
Yellow9.2%
Key (black)18.8%
Color previews
#cf76bc text on a black background
contrast 6.97:1
Card sample
#cf76bc text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf76bc;
Background color
Panel with #cf76bc background
background-color: #cf76bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf76bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 118, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 118, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf76bc; background: linear-gradient(135deg, #cf76bc, #CF7681);