#cf3b7c
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 59, 124
HSL
334°, 61%, 52%
CMYK
0, 72, 40, 19
Luminance
0.1785
Every format
| HEX | #cf3b7c |
| RGB | rgb(207, 59, 124) |
| HSL | hsl(334, 61%, 52%) |
| CMYK | cmyk(0%, 72%, 40%, 19%) |
| LAB | lab(49.3 62.4 -2.7) |
| LCH | lch(49.3 62.5 357.5) |
| OKLCH | oklch(0.588 0.192 358.1) |
Copy-ready code
/* CSS */
color: #cf3b7c;
background-color: #cf3b7c;
/* Tailwind (arbitrary) */
class="text-[#cf3b7c] bg-[#cf3b7c]"
/* SCSS */
$brand: #cf3b7c;
/* SwiftUI */
Color(red: 0.812, green: 0.231, blue: 0.486)
/* Android */
Color.parseColor("#cf3b7c")Accessibility — WCAG contrast
Aa
#cf3b7c on white: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf3b7c on black: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green23.1%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta71.5%
Yellow40.1%
Key (black)18.8%
Color previews
#cf3b7c text on a black background
contrast 4.57:1
Card sample
#cf3b7c text on a white background
contrast 4.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf3b7c;
Background color
Panel with #cf3b7c background
background-color: #cf3b7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf3b7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 59, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 59, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf3b7c; background: linear-gradient(135deg, #cf3b7c, #CF5D3B);