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