#cf0d7f
a dark, electric magenta / pink · warm · closest name: purple
RGB
207, 13, 127
HSL
325°, 88%, 43%
CMYK
0, 94, 39, 19
Luminance
0.1509
Every format
| HEX | #cf0d7f |
| RGB | rgb(207, 13, 127) |
| HSL | hsl(325, 88%, 43%) |
| CMYK | cmyk(0%, 94%, 39%, 19%) |
| LAB | lab(45.8 73.1 -9.8) |
| LCH | lch(45.8 73.8 352.3) |
| OKLCH | oklch(0.563 0.227 353.6) |
Copy-ready code
/* CSS */
color: #cf0d7f;
background-color: #cf0d7f;
/* Tailwind (arbitrary) */
class="text-[#cf0d7f] bg-[#cf0d7f]"
/* SCSS */
$brand: #cf0d7f;
/* SwiftUI */
Color(red: 0.812, green: 0.051, blue: 0.498)
/* Android */
Color.parseColor("#cf0d7f")Accessibility — WCAG contrast
Aa
#cf0d7f on white: 5.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf0d7f on black: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green5.1%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta93.7%
Yellow38.6%
Key (black)18.8%
Color previews
#cf0d7f text on a black background
contrast 4.02:1
Card sample
#cf0d7f text on a white background
contrast 5.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf0d7f;
Background color
Panel with #cf0d7f background
background-color: #cf0d7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf0d7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 13, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 13, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf0d7f; background: linear-gradient(135deg, #cf0d7f, #CF1C0D);