#cf45ce
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 69, 206
HSL
300°, 59%, 54%
CMYK
0, 67, 1, 19
Luminance
0.2198
Every format
| HEX | #cf45ce |
| RGB | rgb(207, 69, 206) |
| HSL | hsl(300, 59%, 54%) |
| CMYK | cmyk(0%, 67%, 1%, 19%) |
| LAB | lab(54.0 69.8 -43.8) |
| LCH | lch(54.0 82.4 327.9) |
| OKLCH | oklch(0.633 0.230 328.2) |
Copy-ready code
/* CSS */
color: #cf45ce;
background-color: #cf45ce;
/* Tailwind (arbitrary) */
class="text-[#cf45ce] bg-[#cf45ce]"
/* SCSS */
$brand: #cf45ce;
/* SwiftUI */
Color(red: 0.812, green: 0.271, blue: 0.808)
/* Android */
Color.parseColor("#cf45ce")Accessibility — WCAG contrast
Aa
#cf45ce on white: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf45ce on black: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green27.1%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta66.7%
Yellow0.5%
Key (black)18.8%
Color previews
#cf45ce text on a black background
contrast 5.40:1
Card sample
#cf45ce text on a white background
contrast 3.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf45ce;
Background color
Panel with #cf45ce background
background-color: #cf45ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf45ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 69, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 69, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf45ce; background: linear-gradient(135deg, #cf45ce, #CF4572);