#cf76c7
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 118, 199
HSL
305°, 48%, 64%
CMYK
0, 43, 4, 19
Luminance
0.3035
Every format
| HEX | #cf76c7 |
| RGB | rgb(207, 118, 199) |
| HSL | hsl(305, 48%, 64%) |
| CMYK | cmyk(0%, 43%, 4%, 19%) |
| LAB | lab(62.0 46.4 -27.4) |
| LCH | lch(62.0 53.9 329.4) |
| OKLCH | oklch(0.691 0.151 330.4) |
Copy-ready code
/* CSS */
color: #cf76c7;
background-color: #cf76c7;
/* Tailwind (arbitrary) */
class="text-[#cf76c7] bg-[#cf76c7]"
/* SCSS */
$brand: #cf76c7;
/* SwiftUI */
Color(red: 0.812, green: 0.463, blue: 0.780)
/* Android */
Color.parseColor("#cf76c7")Accessibility — WCAG contrast
Aa
#cf76c7 on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf76c7 on black: 7.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green46.3%
Blue78.0%
CMYK percentages
Cyan0.0%
Magenta43.0%
Yellow3.9%
Key (black)18.8%
Color previews
#cf76c7 text on a black background
contrast 7.07:1
Card sample
#cf76c7 text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf76c7;
Background color
Panel with #cf76c7 background
background-color: #cf76c7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf76c7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 118, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 118, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf76c7; background: linear-gradient(135deg, #cf76c7, #CF768C);