#cf0ccf
a dark, electric magenta / pink · warm · closest name: magenta
RGB
207, 12, 207
HSL
300°, 89%, 43%
CMYK
0, 94, 0, 19
Luminance
0.1803
Every format
| HEX | #cf0ccf |
| RGB | rgb(207, 12, 207) |
| HSL | hsl(300, 89%, 43%) |
| CMYK | cmyk(0%, 94%, 0%, 19%) |
| LAB | lab(49.5 83.0 -51.5) |
| LCH | lch(49.5 97.7 328.2) |
| OKLCH | oklch(0.602 0.273 328.3) |
Copy-ready code
/* CSS */
color: #cf0ccf;
background-color: #cf0ccf;
/* Tailwind (arbitrary) */
class="text-[#cf0ccf] bg-[#cf0ccf]"
/* SCSS */
$brand: #cf0ccf;
/* SwiftUI */
Color(red: 0.812, green: 0.047, blue: 0.812)
/* Android */
Color.parseColor("#cf0ccf")Accessibility — WCAG contrast
Aa
#cf0ccf on white: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf0ccf on black: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green4.7%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta94.2%
Yellow0.0%
Key (black)18.8%
Color previews
#cf0ccf text on a black background
contrast 4.61:1
Card sample
#cf0ccf text on a white background
contrast 4.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf0ccf;
Background color
Panel with #cf0ccf background
background-color: #cf0ccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf0ccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 12, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 12, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf0ccf; background: linear-gradient(135deg, #cf0ccf, #CF0C4D);