#cf2fca
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 47, 202
HSL
302°, 63%, 50%
CMYK
0, 77, 2, 19
Luminance
0.1956
Every format
| HEX | #cf2fca |
| RGB | rgb(207, 47, 202) |
| HSL | hsl(302, 63%, 50%) |
| CMYK | cmyk(0%, 77%, 2%, 19%) |
| LAB | lab(51.3 76.2 -45.7) |
| LCH | lch(51.3 88.8 329.0) |
| OKLCH | oklch(0.614 0.249 329.5) |
Copy-ready code
/* CSS */
color: #cf2fca;
background-color: #cf2fca;
/* Tailwind (arbitrary) */
class="text-[#cf2fca] bg-[#cf2fca]"
/* SCSS */
$brand: #cf2fca;
/* SwiftUI */
Color(red: 0.812, green: 0.184, blue: 0.792)
/* Android */
Color.parseColor("#cf2fca")Accessibility — WCAG contrast
Aa
#cf2fca on white: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf2fca on black: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green18.4%
Blue79.2%
CMYK percentages
Cyan0.0%
Magenta77.3%
Yellow2.4%
Key (black)18.8%
Color previews
#cf2fca text on a black background
contrast 4.91:1
Card sample
#cf2fca text on a white background
contrast 4.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf2fca;
Background color
Panel with #cf2fca background
background-color: #cf2fca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf2fca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 47, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 47, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf2fca; background: linear-gradient(135deg, #cf2fca, #CF2F5F);