#cf53cf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 83, 207
HSL
300°, 56%, 57%
CMYK
0, 60, 0, 19
Luminance
0.2396
Every format
| HEX | #cf53cf |
| RGB | rgb(207, 83, 207) |
| HSL | hsl(300, 56%, 57%) |
| CMYK | cmyk(0%, 60%, 0%, 19%) |
| LAB | lab(56.0 64.4 -41.1) |
| LCH | lch(56.0 76.4 327.4) |
| OKLCH | oklch(0.648 0.212 327.7) |
Copy-ready code
/* CSS */
color: #cf53cf;
background-color: #cf53cf;
/* Tailwind (arbitrary) */
class="text-[#cf53cf] bg-[#cf53cf]"
/* SCSS */
$brand: #cf53cf;
/* SwiftUI */
Color(red: 0.812, green: 0.325, blue: 0.812)
/* Android */
Color.parseColor("#cf53cf")Accessibility — WCAG contrast
Aa
#cf53cf on white: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf53cf on black: 5.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green32.5%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta59.9%
Yellow0.0%
Key (black)18.8%
Color previews
#cf53cf text on a black background
contrast 5.79:1
Card sample
#cf53cf text on a white background
contrast 3.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf53cf;
Background color
Panel with #cf53cf background
background-color: #cf53cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf53cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 83, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 83, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf53cf; background: linear-gradient(135deg, #cf53cf, #CF537C);