#cf2cbd
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 44, 189
HSL
307°, 65%, 49%
CMYK
0, 79, 9, 19
Luminance
0.1874
Every format
| HEX | #cf2cbd |
| RGB | rgb(207, 44, 189) |
| HSL | hsl(307, 65%, 49%) |
| CMYK | cmyk(0%, 79%, 9%, 19%) |
| LAB | lab(50.4 75.0 -39.7) |
| LCH | lch(50.4 84.9 332.1) |
| OKLCH | oklch(0.605 0.243 333.3) |
Copy-ready code
/* CSS */
color: #cf2cbd;
background-color: #cf2cbd;
/* Tailwind (arbitrary) */
class="text-[#cf2cbd] bg-[#cf2cbd]"
/* SCSS */
$brand: #cf2cbd;
/* SwiftUI */
Color(red: 0.812, green: 0.173, blue: 0.741)
/* Android */
Color.parseColor("#cf2cbd")Accessibility — WCAG contrast
Aa
#cf2cbd on white: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf2cbd on black: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green17.3%
Blue74.1%
CMYK percentages
Cyan0.0%
Magenta78.7%
Yellow8.7%
Key (black)18.8%
Color previews
#cf2cbd text on a black background
contrast 4.75:1
Card sample
#cf2cbd text on a white background
contrast 4.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf2cbd;
Background color
Panel with #cf2cbd background
background-color: #cf2cbd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf2cbd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 44, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 44, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf2cbd; background: linear-gradient(135deg, #cf2cbd, #CF2C50);