#cf3b8c
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 59, 140
HSL
327°, 61%, 52%
CMYK
0, 72, 32, 19
Luminance
0.1829
Every format
| HEX | #cf3b8c |
| RGB | rgb(207, 59, 140) |
| HSL | hsl(327, 61%, 52%) |
| CMYK | cmyk(0%, 72%, 32%, 19%) |
| LAB | lab(49.9 64.1 -11.6) |
| LCH | lch(49.9 65.2 349.8) |
| OKLCH | oklch(0.594 0.198 351.3) |
Copy-ready code
/* CSS */
color: #cf3b8c;
background-color: #cf3b8c;
/* Tailwind (arbitrary) */
class="text-[#cf3b8c] bg-[#cf3b8c]"
/* SCSS */
$brand: #cf3b8c;
/* SwiftUI */
Color(red: 0.812, green: 0.231, blue: 0.549)
/* Android */
Color.parseColor("#cf3b8c")Accessibility — WCAG contrast
Aa
#cf3b8c on white: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf3b8c on black: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green23.1%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta71.5%
Yellow32.4%
Key (black)18.8%
Color previews
#cf3b8c text on a black background
contrast 4.66:1
Card sample
#cf3b8c text on a white background
contrast 4.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf3b8c;
Background color
Panel with #cf3b8c background
background-color: #cf3b8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf3b8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 59, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 59, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf3b8c; background: linear-gradient(135deg, #cf3b8c, #CF4D3B);