#cf76da
a light, vivid magenta / pink · warm · closest name: orchid
RGB
207, 118, 218
HSL
293°, 58%, 66%
CMYK
5, 46, 0, 15
Luminance
0.3128
Every format
| HEX | #cf76da |
| RGB | rgb(207, 118, 218) |
| HSL | hsl(293, 58%, 66%) |
| CMYK | cmyk(5%, 46%, 0%, 15%) |
| LAB | lab(62.8 49.9 -36.8) |
| LCH | lch(62.8 62.0 323.6) |
| OKLCH | oklch(0.699 0.169 323.0) |
Copy-ready code
/* CSS */
color: #cf76da;
background-color: #cf76da;
/* Tailwind (arbitrary) */
class="text-[#cf76da] bg-[#cf76da]"
/* SCSS */
$brand: #cf76da;
/* SwiftUI */
Color(red: 0.812, green: 0.463, blue: 0.855)
/* Android */
Color.parseColor("#cf76da")Accessibility — WCAG contrast
Aa
#cf76da on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf76da on black: 7.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green46.3%
Blue85.5%
CMYK percentages
Cyan5.0%
Magenta45.9%
Yellow0.0%
Key (black)14.5%
Color previews
#cf76da text on a black background
contrast 7.26:1
Card sample
#cf76da text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf76da;
Background color
Panel with #cf76da background
background-color: #cf76da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf76da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 118, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 118, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf76da; background: linear-gradient(135deg, #cf76da, #DA76A2);