#cf4792
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 71, 146
HSL
327°, 59%, 55%
CMYK
0, 66, 30, 19
Luminance
0.1985
Every format
| HEX | #cf4792 |
| RGB | rgb(207, 71, 146) |
| HSL | hsl(327, 59%, 55%) |
| CMYK | cmyk(0%, 66%, 30%, 19%) |
| LAB | lab(51.7 60.4 -12.4) |
| LCH | lch(51.7 61.6 348.4) |
| OKLCH | oklch(0.608 0.186 350.0) |
Copy-ready code
/* CSS */
color: #cf4792;
background-color: #cf4792;
/* Tailwind (arbitrary) */
class="text-[#cf4792] bg-[#cf4792]"
/* SCSS */
$brand: #cf4792;
/* SwiftUI */
Color(red: 0.812, green: 0.278, blue: 0.573)
/* Android */
Color.parseColor("#cf4792")Accessibility — WCAG contrast
Aa
#cf4792 on white: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf4792 on black: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green27.8%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta65.7%
Yellow29.5%
Key (black)18.8%
Color previews
#cf4792 text on a black background
contrast 4.97:1
Card sample
#cf4792 text on a white background
contrast 4.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf4792;
Background color
Panel with #cf4792 background
background-color: #cf4792;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf4792;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 71, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 71, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf4792; background: linear-gradient(135deg, #cf4792, #CF5747);