#cf4cdf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 76, 223
HSL
294°, 70%, 59%
CMYK
7, 66, 0, 13
Luminance
0.2376
Every format
| HEX | #cf4cdf |
| RGB | rgb(207, 76, 223) |
| HSL | hsl(294, 70%, 59%) |
| CMYK | cmyk(7%, 66%, 0%, 13%) |
| LAB | lab(55.9 70.0 -50.5) |
| LCH | lch(55.9 86.3 324.2) |
| OKLCH | oklch(0.650 0.235 323.2) |
Copy-ready code
/* CSS */
color: #cf4cdf;
background-color: #cf4cdf;
/* Tailwind (arbitrary) */
class="text-[#cf4cdf] bg-[#cf4cdf]"
/* SCSS */
$brand: #cf4cdf;
/* SwiftUI */
Color(red: 0.812, green: 0.298, blue: 0.875)
/* Android */
Color.parseColor("#cf4cdf")Accessibility — WCAG contrast
Aa
#cf4cdf on white: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf4cdf on black: 5.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green29.8%
Blue87.5%
CMYK percentages
Cyan7.2%
Magenta65.9%
Yellow0.0%
Key (black)12.5%
Color previews
#cf4cdf text on a black background
contrast 5.75:1
Card sample
#cf4cdf text on a white background
contrast 3.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf4cdf;
Background color
Panel with #cf4cdf background
background-color: #cf4cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf4cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 76, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 76, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf4cdf; background: linear-gradient(135deg, #cf4cdf, #DF4C8D);