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