#cf76d1
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 118, 209
HSL
299°, 50%, 64%
CMYK
1, 44, 0, 18
Luminance
0.3083
Every format
| HEX | #cf76d1 |
| RGB | rgb(207, 118, 209) |
| HSL | hsl(299, 50%, 64%) |
| CMYK | cmyk(1%, 44%, 0%, 18%) |
| LAB | lab(62.4 48.2 -32.4) |
| LCH | lch(62.4 58.1 326.1) |
| OKLCH | oklch(0.695 0.160 326.3) |
Copy-ready code
/* CSS */
color: #cf76d1;
background-color: #cf76d1;
/* Tailwind (arbitrary) */
class="text-[#cf76d1] bg-[#cf76d1]"
/* SCSS */
$brand: #cf76d1;
/* SwiftUI */
Color(red: 0.812, green: 0.463, blue: 0.820)
/* Android */
Color.parseColor("#cf76d1")Accessibility — WCAG contrast
Aa
#cf76d1 on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf76d1 on black: 7.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green46.3%
Blue82.0%
CMYK percentages
Cyan1.0%
Magenta43.5%
Yellow0.0%
Key (black)18.0%
Color previews
#cf76d1 text on a black background
contrast 7.17:1
Card sample
#cf76d1 text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf76d1;
Background color
Panel with #cf76d1 background
background-color: #cf76d1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf76d1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 118, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 118, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf76d1; background: linear-gradient(135deg, #cf76d1, #D17696);