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