#cf5edf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 94, 223
HSL
293°, 67%, 62%
CMYK
7, 58, 0, 13
Luminance
0.2660
Every format
| HEX | #cf5edf |
| RGB | rgb(207, 94, 223) |
| HSL | hsl(293, 67%, 62%) |
| CMYK | cmyk(7%, 58%, 0%, 13%) |
| LAB | lab(58.6 62.4 -46.1) |
| LCH | lch(58.6 77.6 323.5) |
| OKLCH | oklch(0.670 0.211 322.5) |
Copy-ready code
/* CSS */
color: #cf5edf;
background-color: #cf5edf;
/* Tailwind (arbitrary) */
class="text-[#cf5edf] bg-[#cf5edf]"
/* SCSS */
$brand: #cf5edf;
/* SwiftUI */
Color(red: 0.812, green: 0.369, blue: 0.875)
/* Android */
Color.parseColor("#cf5edf")Accessibility — WCAG contrast
Aa
#cf5edf on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf5edf on black: 6.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green36.9%
Blue87.5%
CMYK percentages
Cyan7.2%
Magenta57.8%
Yellow0.0%
Key (black)12.5%
Color previews
#cf5edf text on a black background
contrast 6.32:1
Card sample
#cf5edf text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf5edf;
Background color
Panel with #cf5edf background
background-color: #cf5edf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf5edf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 94, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 94, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf5edf; background: linear-gradient(135deg, #cf5edf, #DF5E99);