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