#cf04cf
a dark, electric magenta / pink · warm · closest name: magenta
RGB
207, 4, 207
HSL
300°, 96%, 41%
CMYK
0, 98, 0, 19
Luminance
0.1786
Every format
| HEX | #cf04cf |
| RGB | rgb(207, 4, 207) |
| HSL | hsl(300, 96%, 41%) |
| CMYK | cmyk(0%, 98%, 0%, 19%) |
| LAB | lab(49.3 83.6 -51.8) |
| LCH | lch(49.3 98.4 328.2) |
| OKLCH | oklch(0.600 0.275 328.4) |
Copy-ready code
/* CSS */
color: #cf04cf;
background-color: #cf04cf;
/* Tailwind (arbitrary) */
class="text-[#cf04cf] bg-[#cf04cf]"
/* SCSS */
$brand: #cf04cf;
/* SwiftUI */
Color(red: 0.812, green: 0.016, blue: 0.812)
/* Android */
Color.parseColor("#cf04cf")Accessibility — WCAG contrast
Aa
#cf04cf on white: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf04cf on black: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green1.6%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta98.1%
Yellow0.0%
Key (black)18.8%
Color previews
#cf04cf text on a black background
contrast 4.57:1
Card sample
#cf04cf text on a white background
contrast 4.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf04cf;
Background color
Panel with #cf04cf background
background-color: #cf04cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf04cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 4, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 4, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf04cf; background: linear-gradient(135deg, #cf04cf, #CF0448);