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