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