#cf428c
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 66, 140
HSL
329°, 60%, 54%
CMYK
0, 68, 32, 19
Luminance
0.1906
Every format
| HEX | #cf428c |
| RGB | rgb(207, 66, 140) |
| HSL | hsl(329, 60%, 54%) |
| CMYK | cmyk(0%, 68%, 32%, 19%) |
| LAB | lab(50.8 61.6 -10.2) |
| LCH | lch(50.8 62.4 350.6) |
| OKLCH | oklch(0.601 0.190 352.0) |
Copy-ready code
/* CSS */
color: #cf428c;
background-color: #cf428c;
/* Tailwind (arbitrary) */
class="text-[#cf428c] bg-[#cf428c]"
/* SCSS */
$brand: #cf428c;
/* SwiftUI */
Color(red: 0.812, green: 0.259, blue: 0.549)
/* Android */
Color.parseColor("#cf428c")Accessibility — WCAG contrast
Aa
#cf428c on white: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf428c on black: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green25.9%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta68.1%
Yellow32.4%
Key (black)18.8%
Color previews
#cf428c text on a black background
contrast 4.81:1
Card sample
#cf428c text on a white background
contrast 4.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf428c;
Background color
Panel with #cf428c background
background-color: #cf428c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf428c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 66, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 66, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf428c; background: linear-gradient(135deg, #cf428c, #CF5642);