#cf4591
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 69, 145
HSL
327°, 59%, 54%
CMYK
0, 67, 30, 19
Luminance
0.1957
Every format
| HEX | #cf4591 |
| RGB | rgb(207, 69, 145) |
| HSL | hsl(327, 59%, 54%) |
| CMYK | cmyk(0%, 67%, 30%, 19%) |
| LAB | lab(51.4 61.0 -12.3) |
| LCH | lch(51.4 62.3 348.6) |
| OKLCH | oklch(0.605 0.189 350.2) |
Copy-ready code
/* CSS */
color: #cf4591;
background-color: #cf4591;
/* Tailwind (arbitrary) */
class="text-[#cf4591] bg-[#cf4591]"
/* SCSS */
$brand: #cf4591;
/* SwiftUI */
Color(red: 0.812, green: 0.271, blue: 0.569)
/* Android */
Color.parseColor("#cf4591")Accessibility — WCAG contrast
Aa
#cf4591 on white: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf4591 on black: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green27.1%
Blue56.9%
CMYK percentages
Cyan0.0%
Magenta66.7%
Yellow30.0%
Key (black)18.8%
Color previews
#cf4591 text on a black background
contrast 4.91:1
Card sample
#cf4591 text on a white background
contrast 4.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf4591;
Background color
Panel with #cf4591 background
background-color: #cf4591;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf4591;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 69, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 69, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf4591; background: linear-gradient(135deg, #cf4591, #CF5545);