#cf4fdf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 79, 223
HSL
293°, 69%, 59%
CMYK
7, 65, 0, 13
Luminance
0.2419
Every format
| HEX | #cf4fdf |
| RGB | rgb(207, 79, 223) |
| HSL | hsl(293, 69%, 59%) |
| CMYK | cmyk(7%, 65%, 0%, 13%) |
| LAB | lab(56.3 68.8 -49.8) |
| LCH | lch(56.3 85.0 324.1) |
| OKLCH | oklch(0.653 0.231 323.1) |
Copy-ready code
/* CSS */
color: #cf4fdf;
background-color: #cf4fdf;
/* Tailwind (arbitrary) */
class="text-[#cf4fdf] bg-[#cf4fdf]"
/* SCSS */
$brand: #cf4fdf;
/* SwiftUI */
Color(red: 0.812, green: 0.310, blue: 0.875)
/* Android */
Color.parseColor("#cf4fdf")Accessibility — WCAG contrast
Aa
#cf4fdf on white: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf4fdf on black: 5.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green31.0%
Blue87.5%
CMYK percentages
Cyan7.2%
Magenta64.6%
Yellow0.0%
Key (black)12.5%
Color previews
#cf4fdf text on a black background
contrast 5.84:1
Card sample
#cf4fdf text on a white background
contrast 3.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf4fdf;
Background color
Panel with #cf4fdf background
background-color: #cf4fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf4fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 79, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 79, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf4fdf; background: linear-gradient(135deg, #cf4fdf, #DF4F8F);