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