#cf32ba
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 50, 186
HSL
308°, 62%, 50%
CMYK
0, 76, 10, 19
Luminance
0.1909
Every format
| HEX | #cf32ba |
| RGB | rgb(207, 50, 186) |
| HSL | hsl(308, 62%, 50%) |
| CMYK | cmyk(0%, 76%, 10%, 19%) |
| LAB | lab(50.8 73.0 -37.3) |
| LCH | lch(50.8 81.9 332.9) |
| OKLCH | oklch(0.607 0.235 334.3) |
Copy-ready code
/* CSS */
color: #cf32ba;
background-color: #cf32ba;
/* Tailwind (arbitrary) */
class="text-[#cf32ba] bg-[#cf32ba]"
/* SCSS */
$brand: #cf32ba;
/* SwiftUI */
Color(red: 0.812, green: 0.196, blue: 0.729)
/* Android */
Color.parseColor("#cf32ba")Accessibility — WCAG contrast
Aa
#cf32ba on white: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf32ba on black: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green19.6%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta75.8%
Yellow10.1%
Key (black)18.8%
Color previews
#cf32ba text on a black background
contrast 4.82:1
Card sample
#cf32ba text on a white background
contrast 4.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf32ba;
Background color
Panel with #cf32ba background
background-color: #cf32ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf32ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 50, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 50, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf32ba; background: linear-gradient(135deg, #cf32ba, #CF3251);