#cf03f4
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
207, 3, 244
HSL
291°, 98%, 48%
CMYK
15, 99, 0, 4
Luminance
0.1986
Every format
| HEX | #cf03f4 |
| RGB | rgb(207, 3, 244) |
| HSL | hsl(291, 98%, 48%) |
| CMYK | cmyk(15%, 99%, 0%, 4%) |
| LAB | lab(51.7 89.4 -69.0) |
| LCH | lch(51.7 112.9 322.3) |
| OKLCH | oklch(0.624 0.299 319.5) |
Copy-ready code
/* CSS */
color: #cf03f4;
background-color: #cf03f4;
/* Tailwind (arbitrary) */
class="text-[#cf03f4] bg-[#cf03f4]"
/* SCSS */
$brand: #cf03f4;
/* SwiftUI */
Color(red: 0.812, green: 0.012, blue: 0.957)
/* Android */
Color.parseColor("#cf03f4")Accessibility — WCAG contrast
Aa
#cf03f4 on white: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf03f4 on black: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green1.2%
Blue95.7%
CMYK percentages
Cyan15.2%
Magenta98.8%
Yellow0.0%
Key (black)4.3%
Color previews
#cf03f4 text on a black background
contrast 4.97:1
Card sample
#cf03f4 text on a white background
contrast 4.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf03f4;
Background color
Panel with #cf03f4 background
background-color: #cf03f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf03f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 3, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 3, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf03f4; background: linear-gradient(135deg, #cf03f4, #F40378);