#cf53df
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 83, 223
HSL
293°, 69%, 60%
CMYK
7, 63, 0, 13
Luminance
0.2478
Every format
| HEX | #cf53df |
| RGB | rgb(207, 83, 223) |
| HSL | hsl(293, 69%, 60%) |
| CMYK | cmyk(7%, 63%, 0%, 13%) |
| LAB | lab(56.9 67.2 -48.9) |
| LCH | lch(56.9 83.1 324.0) |
| OKLCH | oklch(0.657 0.226 323.0) |
Copy-ready code
/* CSS */
color: #cf53df;
background-color: #cf53df;
/* Tailwind (arbitrary) */
class="text-[#cf53df] bg-[#cf53df]"
/* SCSS */
$brand: #cf53df;
/* SwiftUI */
Color(red: 0.812, green: 0.325, blue: 0.875)
/* Android */
Color.parseColor("#cf53df")Accessibility — WCAG contrast
Aa
#cf53df on white: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf53df on black: 5.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green32.5%
Blue87.5%
CMYK percentages
Cyan7.2%
Magenta62.8%
Yellow0.0%
Key (black)12.5%
Color previews
#cf53df text on a black background
contrast 5.96:1
Card sample
#cf53df text on a white background
contrast 3.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf53df;
Background color
Panel with #cf53df background
background-color: #cf53df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf53df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 83, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 83, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf53df; background: linear-gradient(135deg, #cf53df, #DF5392);