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