#cf57df
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 87, 223
HSL
293°, 68%, 61%
CMYK
7, 61, 0, 13
Luminance
0.2541
Every format
| HEX | #cf57df |
| RGB | rgb(207, 87, 223) |
| HSL | hsl(293, 68%, 61%) |
| CMYK | cmyk(7%, 61%, 0%, 13%) |
| LAB | lab(57.5 65.5 -47.9) |
| LCH | lch(57.5 81.2 323.8) |
| OKLCH | oklch(0.661 0.220 322.8) |
Copy-ready code
/* CSS */
color: #cf57df;
background-color: #cf57df;
/* Tailwind (arbitrary) */
class="text-[#cf57df] bg-[#cf57df]"
/* SCSS */
$brand: #cf57df;
/* SwiftUI */
Color(red: 0.812, green: 0.341, blue: 0.875)
/* Android */
Color.parseColor("#cf57df")Accessibility — WCAG contrast
Aa
#cf57df on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf57df on black: 6.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green34.1%
Blue87.5%
CMYK percentages
Cyan7.2%
Magenta61.0%
Yellow0.0%
Key (black)12.5%
Color previews
#cf57df text on a black background
contrast 6.08:1
Card sample
#cf57df text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf57df;
Background color
Panel with #cf57df background
background-color: #cf57df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf57df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 87, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 87, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf57df; background: linear-gradient(135deg, #cf57df, #DF5794);