#cf44ce
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 68, 206
HSL
300°, 59%, 54%
CMYK
0, 67, 1, 19
Luminance
0.2186
Every format
| HEX | #cf44ce |
| RGB | rgb(207, 68, 206) |
| HSL | hsl(300, 59%, 54%) |
| CMYK | cmyk(0%, 67%, 1%, 19%) |
| LAB | lab(53.9 70.2 -44.0) |
| LCH | lch(53.9 82.8 327.9) |
| OKLCH | oklch(0.632 0.231 328.2) |
Copy-ready code
/* CSS */
color: #cf44ce;
background-color: #cf44ce;
/* Tailwind (arbitrary) */
class="text-[#cf44ce] bg-[#cf44ce]"
/* SCSS */
$brand: #cf44ce;
/* SwiftUI */
Color(red: 0.812, green: 0.267, blue: 0.808)
/* Android */
Color.parseColor("#cf44ce")Accessibility — WCAG contrast
Aa
#cf44ce on white: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf44ce on black: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green26.7%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta67.1%
Yellow0.5%
Key (black)18.8%
Color previews
#cf44ce text on a black background
contrast 5.37:1
Card sample
#cf44ce text on a white background
contrast 3.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf44ce;
Background color
Panel with #cf44ce background
background-color: #cf44ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf44ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 68, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 68, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf44ce; background: linear-gradient(135deg, #cf44ce, #CF4471);