#cf3fe0
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
207, 63, 224
HSL
294°, 72%, 56%
CMYK
8, 72, 0, 12
Luminance
0.2220
Every format
| HEX | #cf3fe0 |
| RGB | rgb(207, 63, 224) |
| HSL | hsl(294, 72%, 56%) |
| CMYK | cmyk(8%, 72%, 0%, 12%) |
| LAB | lab(54.2 74.9 -53.6) |
| LCH | lch(54.2 92.1 324.4) |
| OKLCH | oklch(0.638 0.250 323.3) |
Copy-ready code
/* CSS */
color: #cf3fe0;
background-color: #cf3fe0;
/* Tailwind (arbitrary) */
class="text-[#cf3fe0] bg-[#cf3fe0]"
/* SCSS */
$brand: #cf3fe0;
/* SwiftUI */
Color(red: 0.812, green: 0.247, blue: 0.878)
/* Android */
Color.parseColor("#cf3fe0")Accessibility — WCAG contrast
Aa
#cf3fe0 on white: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf3fe0 on black: 5.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green24.7%
Blue87.8%
CMYK percentages
Cyan7.6%
Magenta71.9%
Yellow0.0%
Key (black)12.2%
Color previews
#cf3fe0 text on a black background
contrast 5.44:1
Card sample
#cf3fe0 text on a white background
contrast 3.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf3fe0;
Background color
Panel with #cf3fe0 background
background-color: #cf3fe0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf3fe0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 63, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 63, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf3fe0; background: linear-gradient(135deg, #cf3fe0, #E03F86);