#cf3fca
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 63, 202
HSL
302°, 60%, 53%
CMYK
0, 70, 2, 19
Luminance
0.2108
Every format
| HEX | #cf3fca |
| RGB | rgb(207, 63, 202) |
| HSL | hsl(302, 60%, 53%) |
| CMYK | cmyk(0%, 70%, 2%, 19%) |
| LAB | lab(53.0 71.3 -43.0) |
| LCH | lch(53.0 83.3 328.9) |
| OKLCH | oklch(0.626 0.233 329.4) |
Copy-ready code
/* CSS */
color: #cf3fca;
background-color: #cf3fca;
/* Tailwind (arbitrary) */
class="text-[#cf3fca] bg-[#cf3fca]"
/* SCSS */
$brand: #cf3fca;
/* SwiftUI */
Color(red: 0.812, green: 0.247, blue: 0.792)
/* Android */
Color.parseColor("#cf3fca")Accessibility — WCAG contrast
Aa
#cf3fca on white: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf3fca on black: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green24.7%
Blue79.2%
CMYK percentages
Cyan0.0%
Magenta69.6%
Yellow2.4%
Key (black)18.8%
Color previews
#cf3fca text on a black background
contrast 5.22:1
Card sample
#cf3fca text on a white background
contrast 4.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf3fca;
Background color
Panel with #cf3fca background
background-color: #cf3fca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf3fca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 63, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 63, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf3fca; background: linear-gradient(135deg, #cf3fca, #CF3F6A);