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