#cf0cb7
a dark, electric magenta / pink · warm · closest name: purple
RGB
207, 12, 183
HSL
307°, 89%, 43%
CMYK
0, 94, 12, 19
Luminance
0.1695
Every format
| HEX | #cf0cb7 |
| RGB | rgb(207, 12, 183) |
| HSL | hsl(307, 89%, 43%) |
| CMYK | cmyk(0%, 94%, 12%, 19%) |
| LAB | lab(48.2 79.7 -39.7) |
| LCH | lch(48.2 89.0 333.5) |
| OKLCH | oklch(0.588 0.257 335.0) |
Copy-ready code
/* CSS */
color: #cf0cb7;
background-color: #cf0cb7;
/* Tailwind (arbitrary) */
class="text-[#cf0cb7] bg-[#cf0cb7]"
/* SCSS */
$brand: #cf0cb7;
/* SwiftUI */
Color(red: 0.812, green: 0.047, blue: 0.718)
/* Android */
Color.parseColor("#cf0cb7")Accessibility — WCAG contrast
Aa
#cf0cb7 on white: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf0cb7 on black: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green4.7%
Blue71.8%
CMYK percentages
Cyan0.0%
Magenta94.2%
Yellow11.6%
Key (black)18.8%
Color previews
#cf0cb7 text on a black background
contrast 4.39:1
Card sample
#cf0cb7 text on a white background
contrast 4.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf0cb7;
Background color
Panel with #cf0cb7 background
background-color: #cf0cb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf0cb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 12, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 12, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf0cb7; background: linear-gradient(135deg, #cf0cb7, #CF0C35);