#cf4ac1
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 74, 193
HSL
306°, 58%, 55%
CMYK
0, 64, 7, 19
Luminance
0.2201
Every format
| HEX | #cf4ac1 |
| RGB | rgb(207, 74, 193) |
| HSL | hsl(306, 58%, 55%) |
| CMYK | cmyk(0%, 64%, 7%, 19%) |
| LAB | lab(54.0 65.8 -36.3) |
| LCH | lch(54.0 75.1 331.1) |
| OKLCH | oklch(0.632 0.213 332.2) |
Copy-ready code
/* CSS */
color: #cf4ac1;
background-color: #cf4ac1;
/* Tailwind (arbitrary) */
class="text-[#cf4ac1] bg-[#cf4ac1]"
/* SCSS */
$brand: #cf4ac1;
/* SwiftUI */
Color(red: 0.812, green: 0.290, blue: 0.757)
/* Android */
Color.parseColor("#cf4ac1")Accessibility — WCAG contrast
Aa
#cf4ac1 on white: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf4ac1 on black: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green29.0%
Blue75.7%
CMYK percentages
Cyan0.0%
Magenta64.3%
Yellow6.8%
Key (black)18.8%
Color previews
#cf4ac1 text on a black background
contrast 5.40:1
Card sample
#cf4ac1 text on a white background
contrast 3.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf4ac1;
Background color
Panel with #cf4ac1 background
background-color: #cf4ac1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf4ac1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 74, 193, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 74, 193, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf4ac1; background: linear-gradient(135deg, #cf4ac1, #CF4A68);