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