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