#cf3dce
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 61, 206
HSL
300°, 60%, 53%
CMYK
0, 71, 1, 19
Luminance
0.2106
Every format
| HEX | #cf3dce |
| RGB | rgb(207, 61, 206) |
| HSL | hsl(300, 60%, 53%) |
| CMYK | cmyk(0%, 71%, 1%, 19%) |
| LAB | lab(53.0 72.6 -45.4) |
| LCH | lch(53.0 85.6 328.0) |
| OKLCH | oklch(0.626 0.239 328.3) |
Copy-ready code
/* CSS */
color: #cf3dce;
background-color: #cf3dce;
/* Tailwind (arbitrary) */
class="text-[#cf3dce] bg-[#cf3dce]"
/* SCSS */
$brand: #cf3dce;
/* SwiftUI */
Color(red: 0.812, green: 0.239, blue: 0.808)
/* Android */
Color.parseColor("#cf3dce")Accessibility — WCAG contrast
Aa
#cf3dce on white: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf3dce on black: 5.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green23.9%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta70.5%
Yellow0.5%
Key (black)18.8%
Color previews
#cf3dce text on a black background
contrast 5.21:1
Card sample
#cf3dce text on a white background
contrast 4.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf3dce;
Background color
Panel with #cf3dce background
background-color: #cf3dce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf3dce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 61, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 61, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf3dce; background: linear-gradient(135deg, #cf3dce, #CF3D6D);