#cf02f8
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
207, 2, 248
HSL
290°, 98%, 49%
CMYK
17, 99, 0, 3
Luminance
0.2009
Every format
| HEX | #cf02f8 |
| RGB | rgb(207, 2, 248) |
| HSL | hsl(290, 98%, 49%) |
| CMYK | cmyk(17%, 99%, 0%, 3%) |
| LAB | lab(51.9 90.1 -70.8) |
| LCH | lch(51.9 114.6 321.8) |
| OKLCH | oklch(0.627 0.302 318.6) |
Copy-ready code
/* CSS */
color: #cf02f8;
background-color: #cf02f8;
/* Tailwind (arbitrary) */
class="text-[#cf02f8] bg-[#cf02f8]"
/* SCSS */
$brand: #cf02f8;
/* SwiftUI */
Color(red: 0.812, green: 0.008, blue: 0.973)
/* Android */
Color.parseColor("#cf02f8")Accessibility — WCAG contrast
Aa
#cf02f8 on white: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf02f8 on black: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green0.8%
Blue97.3%
CMYK percentages
Cyan16.5%
Magenta99.2%
Yellow0.0%
Key (black)2.7%
Color previews
#cf02f8 text on a black background
contrast 5.02:1
Card sample
#cf02f8 text on a white background
contrast 4.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf02f8;
Background color
Panel with #cf02f8 background
background-color: #cf02f8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf02f8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 2, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 2, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf02f8; background: linear-gradient(135deg, #cf02f8, #F8027D);