#cf45ba
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 69, 186
HSL
309°, 59%, 54%
CMYK
0, 67, 10, 19
Luminance
0.2107
Every format
| HEX | #cf45ba |
| RGB | rgb(207, 69, 186) |
| HSL | hsl(309, 59%, 54%) |
| CMYK | cmyk(0%, 67%, 10%, 19%) |
| LAB | lab(53.0 66.7 -33.8) |
| LCH | lch(53.0 74.7 333.1) |
| OKLCH | oklch(0.623 0.214 334.5) |
Copy-ready code
/* CSS */
color: #cf45ba;
background-color: #cf45ba;
/* Tailwind (arbitrary) */
class="text-[#cf45ba] bg-[#cf45ba]"
/* SCSS */
$brand: #cf45ba;
/* SwiftUI */
Color(red: 0.812, green: 0.271, blue: 0.729)
/* Android */
Color.parseColor("#cf45ba")Accessibility — WCAG contrast
Aa
#cf45ba on white: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf45ba on black: 5.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green27.1%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta66.7%
Yellow10.1%
Key (black)18.8%
Color previews
#cf45ba text on a black background
contrast 5.21:1
Card sample
#cf45ba text on a white background
contrast 4.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf45ba;
Background color
Panel with #cf45ba background
background-color: #cf45ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf45ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 69, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 69, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf45ba; background: linear-gradient(135deg, #cf45ba, #CF455E);