#cf32ce
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 50, 206
HSL
300°, 62%, 50%
CMYK
0, 76, 1, 19
Luminance
0.2000
Every format
| HEX | #cf32ce |
| RGB | rgb(207, 50, 206) |
| HSL | hsl(300, 62%, 50%) |
| CMYK | cmyk(0%, 76%, 1%, 19%) |
| LAB | lab(51.8 76.0 -47.2) |
| LCH | lch(51.8 89.4 328.1) |
| OKLCH | oklch(0.618 0.249 328.4) |
Copy-ready code
/* CSS */
color: #cf32ce;
background-color: #cf32ce;
/* Tailwind (arbitrary) */
class="text-[#cf32ce] bg-[#cf32ce]"
/* SCSS */
$brand: #cf32ce;
/* SwiftUI */
Color(red: 0.812, green: 0.196, blue: 0.808)
/* Android */
Color.parseColor("#cf32ce")Accessibility — WCAG contrast
Aa
#cf32ce on white: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf32ce on black: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green19.6%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta75.8%
Yellow0.5%
Key (black)18.8%
Color previews
#cf32ce text on a black background
contrast 5.00:1
Card sample
#cf32ce text on a white background
contrast 4.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf32ce;
Background color
Panel with #cf32ce background
background-color: #cf32ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf32ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 50, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 50, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf32ce; background: linear-gradient(135deg, #cf32ce, #CF3265);