#cf03ad
a dark, electric magenta / pink · warm · closest name: purple
RGB
207, 3, 173
HSL
310°, 97%, 41%
CMYK
0, 99, 16, 19
Luminance
0.1635
Every format
| HEX | #cf03ad |
| RGB | rgb(207, 3, 173) |
| HSL | hsl(310, 97%, 41%) |
| CMYK | cmyk(0%, 99%, 16%, 19%) |
| LAB | lab(47.4 79.1 -35.0) |
| LCH | lch(47.4 86.5 336.1) |
| OKLCH | oklch(0.581 0.254 337.9) |
Copy-ready code
/* CSS */
color: #cf03ad;
background-color: #cf03ad;
/* Tailwind (arbitrary) */
class="text-[#cf03ad] bg-[#cf03ad]"
/* SCSS */
$brand: #cf03ad;
/* SwiftUI */
Color(red: 0.812, green: 0.012, blue: 0.678)
/* Android */
Color.parseColor("#cf03ad")Accessibility — WCAG contrast
Aa
#cf03ad on white: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf03ad on black: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green1.2%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta98.6%
Yellow16.4%
Key (black)18.8%
Color previews
#cf03ad text on a black background
contrast 4.27:1
Card sample
#cf03ad text on a white background
contrast 4.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf03ad;
Background color
Panel with #cf03ad background
background-color: #cf03ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf03ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 3, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 3, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf03ad; background: linear-gradient(135deg, #cf03ad, #CF0325);