#cf02f6
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
207, 2, 246
HSL
290°, 98%, 49%
CMYK
16, 99, 0, 4
Luminance
0.1996
Every format
| HEX | #cf02f6 |
| RGB | rgb(207, 2, 246) |
| HSL | hsl(290, 98%, 49%) |
| CMYK | cmyk(16%, 99%, 0%, 4%) |
| LAB | lab(51.8 89.8 -70.0) |
| LCH | lch(51.8 113.8 322.1) |
| OKLCH | oklch(0.625 0.301 319.1) |
Copy-ready code
/* CSS */
color: #cf02f6;
background-color: #cf02f6;
/* Tailwind (arbitrary) */
class="text-[#cf02f6] bg-[#cf02f6]"
/* SCSS */
$brand: #cf02f6;
/* SwiftUI */
Color(red: 0.812, green: 0.008, blue: 0.965)
/* Android */
Color.parseColor("#cf02f6")Accessibility — WCAG contrast
Aa
#cf02f6 on white: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf02f6 on black: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green0.8%
Blue96.5%
CMYK percentages
Cyan15.9%
Magenta99.2%
Yellow0.0%
Key (black)3.5%
Color previews
#cf02f6 text on a black background
contrast 4.99:1
Card sample
#cf02f6 text on a white background
contrast 4.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf02f6;
Background color
Panel with #cf02f6 background
background-color: #cf02f6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf02f6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 2, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 2, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf02f6; background: linear-gradient(135deg, #cf02f6, #F6027A);