#cf45b3
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 69, 179
HSL
312°, 59%, 54%
CMYK
0, 67, 14, 19
Luminance
0.2078
Every format
| HEX | #cf45b3 |
| RGB | rgb(207, 69, 179) |
| HSL | hsl(312, 59%, 54%) |
| CMYK | cmyk(0%, 67%, 14%, 19%) |
| LAB | lab(52.7 65.6 -30.2) |
| LCH | lch(52.7 72.2 335.3) |
| OKLCH | oklch(0.620 0.209 336.9) |
Copy-ready code
/* CSS */
color: #cf45b3;
background-color: #cf45b3;
/* Tailwind (arbitrary) */
class="text-[#cf45b3] bg-[#cf45b3]"
/* SCSS */
$brand: #cf45b3;
/* SwiftUI */
Color(red: 0.812, green: 0.271, blue: 0.702)
/* Android */
Color.parseColor("#cf45b3")Accessibility — WCAG contrast
Aa
#cf45b3 on white: 4.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf45b3 on black: 5.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green27.1%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta66.7%
Yellow13.5%
Key (black)18.8%
Color previews
#cf45b3 text on a black background
contrast 5.16:1
Card sample
#cf45b3 text on a white background
contrast 4.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf45b3;
Background color
Panel with #cf45b3 background
background-color: #cf45b3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf45b3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 69, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 69, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf45b3; background: linear-gradient(135deg, #cf45b3, #CF4557);