#cf32b2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 50, 178
HSL
311°, 62%, 50%
CMYK
0, 76, 14, 19
Luminance
0.1876
Every format
| HEX | #cf32b2 |
| RGB | rgb(207, 50, 178) |
| HSL | hsl(311, 62%, 50%) |
| CMYK | cmyk(0%, 76%, 14%, 19%) |
| LAB | lab(50.4 71.8 -33.2) |
| LCH | lch(50.4 79.1 335.2) |
| OKLCH | oklch(0.603 0.230 336.8) |
Copy-ready code
/* CSS */
color: #cf32b2;
background-color: #cf32b2;
/* Tailwind (arbitrary) */
class="text-[#cf32b2] bg-[#cf32b2]"
/* SCSS */
$brand: #cf32b2;
/* SwiftUI */
Color(red: 0.812, green: 0.196, blue: 0.698)
/* Android */
Color.parseColor("#cf32b2")Accessibility — WCAG contrast
Aa
#cf32b2 on white: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf32b2 on black: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green19.6%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta75.8%
Yellow14.0%
Key (black)18.8%
Color previews
#cf32b2 text on a black background
contrast 4.75:1
Card sample
#cf32b2 text on a white background
contrast 4.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf32b2;
Background color
Panel with #cf32b2 background
background-color: #cf32b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf32b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 50, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 50, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf32b2; background: linear-gradient(135deg, #cf32b2, #CF3249);