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