#cf5ccf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 92, 207
HSL
300°, 55%, 59%
CMYK
0, 56, 0, 19
Luminance
0.2542
Every format
| HEX | #cf5ccf |
| RGB | rgb(207, 92, 207) |
| HSL | hsl(300, 55%, 59%) |
| CMYK | cmyk(0%, 56%, 0%, 19%) |
| LAB | lab(57.5 60.5 -38.9) |
| LCH | lch(57.5 71.9 327.3) |
| OKLCH | oklch(0.659 0.199 327.5) |
Copy-ready code
/* CSS */
color: #cf5ccf;
background-color: #cf5ccf;
/* Tailwind (arbitrary) */
class="text-[#cf5ccf] bg-[#cf5ccf]"
/* SCSS */
$brand: #cf5ccf;
/* SwiftUI */
Color(red: 0.812, green: 0.361, blue: 0.812)
/* Android */
Color.parseColor("#cf5ccf")Accessibility — WCAG contrast
Aa
#cf5ccf on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf5ccf on black: 6.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green36.1%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta55.6%
Yellow0.0%
Key (black)18.8%
Color previews
#cf5ccf text on a black background
contrast 6.08:1
Card sample
#cf5ccf text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf5ccf;
Background color
Panel with #cf5ccf background
background-color: #cf5ccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf5ccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 92, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 92, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf5ccf; background: linear-gradient(135deg, #cf5ccf, #CF5C82);