#cf2fbf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 47, 191
HSL
306°, 63%, 50%
CMYK
0, 77, 8, 19
Luminance
0.1906
Every format
| HEX | #cf2fbf |
| RGB | rgb(207, 47, 191) |
| HSL | hsl(306, 63%, 50%) |
| CMYK | cmyk(0%, 77%, 8%, 19%) |
| LAB | lab(50.8 74.5 -40.3) |
| LCH | lch(50.8 84.7 331.6) |
| OKLCH | oklch(0.608 0.242 332.7) |
Copy-ready code
/* CSS */
color: #cf2fbf;
background-color: #cf2fbf;
/* Tailwind (arbitrary) */
class="text-[#cf2fbf] bg-[#cf2fbf]"
/* SCSS */
$brand: #cf2fbf;
/* SwiftUI */
Color(red: 0.812, green: 0.184, blue: 0.749)
/* Android */
Color.parseColor("#cf2fbf")Accessibility — WCAG contrast
Aa
#cf2fbf on white: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf2fbf on black: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green18.4%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta77.3%
Yellow7.7%
Key (black)18.8%
Color previews
#cf2fbf text on a black background
contrast 4.81:1
Card sample
#cf2fbf text on a white background
contrast 4.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf2fbf;
Background color
Panel with #cf2fbf background
background-color: #cf2fbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf2fbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 47, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 47, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf2fbf; background: linear-gradient(135deg, #cf2fbf, #CF2F54);