#cf4ab2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 74, 178
HSL
313°, 58%, 55%
CMYK
0, 64, 14, 19
Luminance
0.2138
Every format
| HEX | #cf4ab2 |
| RGB | rgb(207, 74, 178) |
| HSL | hsl(313, 58%, 55%) |
| CMYK | cmyk(0%, 64%, 14%, 19%) |
| LAB | lab(53.4 63.5 -28.6) |
| LCH | lch(53.4 69.7 335.7) |
| OKLCH | oklch(0.625 0.202 337.4) |
Copy-ready code
/* CSS */
color: #cf4ab2;
background-color: #cf4ab2;
/* Tailwind (arbitrary) */
class="text-[#cf4ab2] bg-[#cf4ab2]"
/* SCSS */
$brand: #cf4ab2;
/* SwiftUI */
Color(red: 0.812, green: 0.290, blue: 0.698)
/* Android */
Color.parseColor("#cf4ab2")Accessibility — WCAG contrast
Aa
#cf4ab2 on white: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf4ab2 on black: 5.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green29.0%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta64.3%
Yellow14.0%
Key (black)18.8%
Color previews
#cf4ab2 text on a black background
contrast 5.28:1
Card sample
#cf4ab2 text on a white background
contrast 3.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf4ab2;
Background color
Panel with #cf4ab2 background
background-color: #cf4ab2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf4ab2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 74, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 74, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf4ab2; background: linear-gradient(135deg, #cf4ab2, #CF4A59);