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