#cf4ccf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 76, 207
HSL
300°, 58%, 56%
CMYK
0, 63, 0, 19
Luminance
0.2294
Every format
| HEX | #cf4ccf |
| RGB | rgb(207, 76, 207) |
| HSL | hsl(300, 58%, 56%) |
| CMYK | cmyk(0%, 63%, 0%, 19%) |
| LAB | lab(55.0 67.3 -42.8) |
| LCH | lch(55.0 79.7 327.6) |
| OKLCH | oklch(0.641 0.222 327.8) |
Copy-ready code
/* CSS */
color: #cf4ccf;
background-color: #cf4ccf;
/* Tailwind (arbitrary) */
class="text-[#cf4ccf] bg-[#cf4ccf]"
/* SCSS */
$brand: #cf4ccf;
/* SwiftUI */
Color(red: 0.812, green: 0.298, blue: 0.812)
/* Android */
Color.parseColor("#cf4ccf")Accessibility — WCAG contrast
Aa
#cf4ccf on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf4ccf on black: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green29.8%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta63.3%
Yellow0.0%
Key (black)18.8%
Color previews
#cf4ccf text on a black background
contrast 5.59:1
Card sample
#cf4ccf text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf4ccf;
Background color
Panel with #cf4ccf background
background-color: #cf4ccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf4ccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 76, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 76, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf4ccf; background: linear-gradient(135deg, #cf4ccf, #CF4C78);