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