#cf40ce
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 64, 206
HSL
300°, 60%, 53%
CMYK
0, 69, 1, 19
Luminance
0.2139
Every format
| HEX | #cf40ce |
| RGB | rgb(207, 64, 206) |
| HSL | hsl(300, 60%, 53%) |
| CMYK | cmyk(0%, 69%, 1%, 19%) |
| LAB | lab(53.4 71.6 -44.8) |
| LCH | lch(53.4 84.4 328.0) |
| OKLCH | oklch(0.629 0.235 328.2) |
Copy-ready code
/* CSS */
color: #cf40ce;
background-color: #cf40ce;
/* Tailwind (arbitrary) */
class="text-[#cf40ce] bg-[#cf40ce]"
/* SCSS */
$brand: #cf40ce;
/* SwiftUI */
Color(red: 0.812, green: 0.251, blue: 0.808)
/* Android */
Color.parseColor("#cf40ce")Accessibility — WCAG contrast
Aa
#cf40ce on white: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf40ce on black: 5.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green25.1%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta69.1%
Yellow0.5%
Key (black)18.8%
Color previews
#cf40ce text on a black background
contrast 5.28:1
Card sample
#cf40ce text on a white background
contrast 3.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf40ce;
Background color
Panel with #cf40ce background
background-color: #cf40ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf40ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 64, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 64, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf40ce; background: linear-gradient(135deg, #cf40ce, #CF406F);