#cf03da
a dark, electric magenta / pink · warm · closest name: magenta
RGB
207, 3, 218
HSL
297°, 97%, 43%
CMYK
5, 99, 0, 15
Luminance
0.1839
Every format
| HEX | #cf03da |
| RGB | rgb(207, 3, 218) |
| HSL | hsl(297, 97%, 43%) |
| CMYK | cmyk(5%, 99%, 0%, 15%) |
| LAB | lab(50.0 85.3 -57.1) |
| LCH | lch(50.0 102.7 326.2) |
| OKLCH | oklch(0.607 0.282 325.6) |
Copy-ready code
/* CSS */
color: #cf03da;
background-color: #cf03da;
/* Tailwind (arbitrary) */
class="text-[#cf03da] bg-[#cf03da]"
/* SCSS */
$brand: #cf03da;
/* SwiftUI */
Color(red: 0.812, green: 0.012, blue: 0.855)
/* Android */
Color.parseColor("#cf03da")Accessibility — WCAG contrast
Aa
#cf03da on white: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf03da on black: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green1.2%
Blue85.5%
CMYK percentages
Cyan5.0%
Magenta98.6%
Yellow0.0%
Key (black)14.5%
Color previews
#cf03da text on a black background
contrast 4.68:1
Card sample
#cf03da text on a white background
contrast 4.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf03da;
Background color
Panel with #cf03da background
background-color: #cf03da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf03da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 3, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 3, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf03da; background: linear-gradient(135deg, #cf03da, #DA0356);