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