#cf03bc
a dark, electric magenta / pink · warm · closest name: magenta
RGB
207, 3, 188
HSL
306°, 97%, 41%
CMYK
0, 99, 9, 19
Luminance
0.1696
Every format
| HEX | #cf03bc |
| RGB | rgb(207, 3, 188) |
| HSL | hsl(306, 97%, 41%) |
| CMYK | cmyk(0%, 99%, 9%, 19%) |
| LAB | lab(48.2 81.0 -42.6) |
| LCH | lch(48.2 91.5 332.3) |
| OKLCH | oklch(0.589 0.263 333.5) |
Copy-ready code
/* CSS */
color: #cf03bc;
background-color: #cf03bc;
/* Tailwind (arbitrary) */
class="text-[#cf03bc] bg-[#cf03bc]"
/* SCSS */
$brand: #cf03bc;
/* SwiftUI */
Color(red: 0.812, green: 0.012, blue: 0.737)
/* Android */
Color.parseColor("#cf03bc")Accessibility — WCAG contrast
Aa
#cf03bc on white: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf03bc on black: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green1.2%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta98.6%
Yellow9.2%
Key (black)18.8%
Color previews
#cf03bc text on a black background
contrast 4.39:1
Card sample
#cf03bc text on a white background
contrast 4.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf03bc;
Background color
Panel with #cf03bc background
background-color: #cf03bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf03bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 3, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 3, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf03bc; background: linear-gradient(135deg, #cf03bc, #CF0334);