#cf03d2
a dark, electric magenta / pink · warm · closest name: magenta
RGB
207, 3, 210
HSL
299°, 97%, 42%
CMYK
1, 99, 0, 18
Luminance
0.1798
Every format
| HEX | #cf03d2 |
| RGB | rgb(207, 3, 210) |
| HSL | hsl(299, 97%, 42%) |
| CMYK | cmyk(1%, 99%, 0%, 18%) |
| LAB | lab(49.5 84.1 -53.3) |
| LCH | lch(49.5 99.6 327.7) |
| OKLCH | oklch(0.602 0.277 327.6) |
Copy-ready code
/* CSS */
color: #cf03d2;
background-color: #cf03d2;
/* Tailwind (arbitrary) */
class="text-[#cf03d2] bg-[#cf03d2]"
/* SCSS */
$brand: #cf03d2;
/* SwiftUI */
Color(red: 0.812, green: 0.012, blue: 0.824)
/* Android */
Color.parseColor("#cf03d2")Accessibility — WCAG contrast
Aa
#cf03d2 on white: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf03d2 on black: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green1.2%
Blue82.4%
CMYK percentages
Cyan1.4%
Magenta98.6%
Yellow0.0%
Key (black)17.6%
Color previews
#cf03d2 text on a black background
contrast 4.60:1
Card sample
#cf03d2 text on a white background
contrast 4.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf03d2;
Background color
Panel with #cf03d2 background
background-color: #cf03d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf03d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 3, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 3, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf03d2; background: linear-gradient(135deg, #cf03d2, #D2034B);