#cf45df
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 69, 223
HSL
294°, 71%, 57%
CMYK
7, 69, 0, 13
Luminance
0.2285
Every format
| HEX | #cf45df |
| RGB | rgb(207, 69, 223) |
| HSL | hsl(294, 71%, 57%) |
| CMYK | cmyk(7%, 69%, 0%, 13%) |
| LAB | lab(54.9 72.7 -52.0) |
| LCH | lch(54.9 89.3 324.4) |
| OKLCH | oklch(0.643 0.243 323.4) |
Copy-ready code
/* CSS */
color: #cf45df;
background-color: #cf45df;
/* Tailwind (arbitrary) */
class="text-[#cf45df] bg-[#cf45df]"
/* SCSS */
$brand: #cf45df;
/* SwiftUI */
Color(red: 0.812, green: 0.271, blue: 0.875)
/* Android */
Color.parseColor("#cf45df")Accessibility — WCAG contrast
Aa
#cf45df on white: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf45df on black: 5.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green27.1%
Blue87.5%
CMYK percentages
Cyan7.2%
Magenta69.1%
Yellow0.0%
Key (black)12.5%
Color previews
#cf45df text on a black background
contrast 5.57:1
Card sample
#cf45df text on a white background
contrast 3.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf45df;
Background color
Panel with #cf45df background
background-color: #cf45df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf45df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 69, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 69, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf45df; background: linear-gradient(135deg, #cf45df, #DF4588);