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