#cf45cc
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 69, 204
HSL
301°, 59%, 54%
CMYK
0, 67, 1, 19
Luminance
0.2188
Every format
| HEX | #cf45cc |
| RGB | rgb(207, 69, 204) |
| HSL | hsl(301, 59%, 54%) |
| CMYK | cmyk(0%, 67%, 1%, 19%) |
| LAB | lab(53.9 69.5 -42.8) |
| LCH | lch(53.9 81.6 328.4) |
| OKLCH | oklch(0.632 0.228 328.8) |
Copy-ready code
/* CSS */
color: #cf45cc;
background-color: #cf45cc;
/* Tailwind (arbitrary) */
class="text-[#cf45cc] bg-[#cf45cc]"
/* SCSS */
$brand: #cf45cc;
/* SwiftUI */
Color(red: 0.812, green: 0.271, blue: 0.800)
/* Android */
Color.parseColor("#cf45cc")Accessibility — WCAG contrast
Aa
#cf45cc on white: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf45cc on black: 5.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green27.1%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta66.7%
Yellow1.4%
Key (black)18.8%
Color previews
#cf45cc text on a black background
contrast 5.38:1
Card sample
#cf45cc text on a white background
contrast 3.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf45cc;
Background color
Panel with #cf45cc background
background-color: #cf45cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf45cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 69, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 69, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf45cc; background: linear-gradient(135deg, #cf45cc, #CF4570);