#cf20ba
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 32, 186
HSL
307°, 73%, 47%
CMYK
0, 85, 10, 19
Luminance
0.1784
Every format
| HEX | #cf20ba |
| RGB | rgb(207, 32, 186) |
| HSL | hsl(307, 73%, 47%) |
| CMYK | cmyk(0%, 85%, 10%, 19%) |
| LAB | lab(49.3 77.3 -39.6) |
| LCH | lch(49.3 86.8 332.8) |
| OKLCH | oklch(0.597 0.250 334.2) |
Copy-ready code
/* CSS */
color: #cf20ba;
background-color: #cf20ba;
/* Tailwind (arbitrary) */
class="text-[#cf20ba] bg-[#cf20ba]"
/* SCSS */
$brand: #cf20ba;
/* SwiftUI */
Color(red: 0.812, green: 0.125, blue: 0.729)
/* Android */
Color.parseColor("#cf20ba")Accessibility — WCAG contrast
Aa
#cf20ba on white: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf20ba on black: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green12.5%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta84.5%
Yellow10.1%
Key (black)18.8%
Color previews
#cf20ba text on a black background
contrast 4.57:1
Card sample
#cf20ba text on a white background
contrast 4.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf20ba;
Background color
Panel with #cf20ba background
background-color: #cf20ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf20ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 32, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 32, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf20ba; background: linear-gradient(135deg, #cf20ba, #CF2045);