#cf0cc4
a dark, electric magenta / pink · warm · closest name: magenta
RGB
207, 12, 196
HSL
303°, 89%, 43%
CMYK
0, 94, 5, 19
Luminance
0.1751
Every format
| HEX | #cf0cc4 |
| RGB | rgb(207, 12, 196) |
| HSL | hsl(303, 89%, 43%) |
| CMYK | cmyk(0%, 94%, 5%, 19%) |
| LAB | lab(48.9 81.4 -46.1) |
| LCH | lch(48.9 93.6 330.5) |
| OKLCH | oklch(0.595 0.265 331.3) |
Copy-ready code
/* CSS */
color: #cf0cc4;
background-color: #cf0cc4;
/* Tailwind (arbitrary) */
class="text-[#cf0cc4] bg-[#cf0cc4]"
/* SCSS */
$brand: #cf0cc4;
/* SwiftUI */
Color(red: 0.812, green: 0.047, blue: 0.769)
/* Android */
Color.parseColor("#cf0cc4")Accessibility — WCAG contrast
Aa
#cf0cc4 on white: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf0cc4 on black: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green4.7%
Blue76.9%
CMYK percentages
Cyan0.0%
Magenta94.2%
Yellow5.3%
Key (black)18.8%
Color previews
#cf0cc4 text on a black background
contrast 4.50:1
Card sample
#cf0cc4 text on a white background
contrast 4.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf0cc4;
Background color
Panel with #cf0cc4 background
background-color: #cf0cc4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf0cc4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 12, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 12, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf0cc4; background: linear-gradient(135deg, #cf0cc4, #CF0C42);