#cf2dce
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
207, 45, 206
HSL
300°, 64%, 49%
CMYK
0, 78, 1, 19
Luminance
0.1960
Every format
| HEX | #cf2dce |
| RGB | rgb(207, 45, 206) |
| HSL | hsl(300, 64%, 49%) |
| CMYK | cmyk(0%, 78%, 1%, 19%) |
| LAB | lab(51.4 77.3 -48.0) |
| LCH | lch(51.4 91.0 328.2) |
| OKLCH | oklch(0.615 0.254 328.4) |
Copy-ready code
/* CSS */
color: #cf2dce;
background-color: #cf2dce;
/* Tailwind (arbitrary) */
class="text-[#cf2dce] bg-[#cf2dce]"
/* SCSS */
$brand: #cf2dce;
/* SwiftUI */
Color(red: 0.812, green: 0.176, blue: 0.808)
/* Android */
Color.parseColor("#cf2dce")Accessibility — WCAG contrast
Aa
#cf2dce on white: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf2dce on black: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green17.6%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta78.3%
Yellow0.5%
Key (black)18.8%
Color previews
#cf2dce text on a black background
contrast 4.92:1
Card sample
#cf2dce text on a white background
contrast 4.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf2dce;
Background color
Panel with #cf2dce background
background-color: #cf2dce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf2dce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 45, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 45, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf2dce; background: linear-gradient(135deg, #cf2dce, #CF2D62);