#cf3d87
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 61, 135
HSL
330°, 60%, 53%
CMYK
0, 71, 35, 19
Luminance
0.1835
Every format
| HEX | #cf3d87 |
| RGB | rgb(207, 61, 135) |
| HSL | hsl(330, 60%, 53%) |
| CMYK | cmyk(0%, 71%, 35%, 19%) |
| LAB | lab(49.9 62.9 -8.5) |
| LCH | lch(49.9 63.4 352.3) |
| OKLCH | oklch(0.594 0.194 353.6) |
Copy-ready code
/* CSS */
color: #cf3d87;
background-color: #cf3d87;
/* Tailwind (arbitrary) */
class="text-[#cf3d87] bg-[#cf3d87]"
/* SCSS */
$brand: #cf3d87;
/* SwiftUI */
Color(red: 0.812, green: 0.239, blue: 0.529)
/* Android */
Color.parseColor("#cf3d87")Accessibility — WCAG contrast
Aa
#cf3d87 on white: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf3d87 on black: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green23.9%
Blue52.9%
CMYK percentages
Cyan0.0%
Magenta70.5%
Yellow34.8%
Key (black)18.8%
Color previews
#cf3d87 text on a black background
contrast 4.67:1
Card sample
#cf3d87 text on a white background
contrast 4.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf3d87;
Background color
Panel with #cf3d87 background
background-color: #cf3d87;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf3d87;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 61, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 61, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf3d87; background: linear-gradient(135deg, #cf3d87, #CF543D);