#cf3fe6
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
207, 63, 230
HSL
292°, 77%, 58%
CMYK
10, 73, 0, 10
Luminance
0.2253
Every format
| HEX | #cf3fe6 |
| RGB | rgb(207, 63, 230) |
| HSL | hsl(292, 77%, 58%) |
| CMYK | cmyk(10%, 73%, 0%, 10%) |
| LAB | lab(54.6 75.9 -56.5) |
| LCH | lch(54.6 94.6 323.4) |
| OKLCH | oklch(0.642 0.255 321.8) |
Copy-ready code
/* CSS */
color: #cf3fe6;
background-color: #cf3fe6;
/* Tailwind (arbitrary) */
class="text-[#cf3fe6] bg-[#cf3fe6]"
/* SCSS */
$brand: #cf3fe6;
/* SwiftUI */
Color(red: 0.812, green: 0.247, blue: 0.902)
/* Android */
Color.parseColor("#cf3fe6")Accessibility — WCAG contrast
Aa
#cf3fe6 on white: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf3fe6 on black: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green24.7%
Blue90.2%
CMYK percentages
Cyan10.0%
Magenta72.6%
Yellow0.0%
Key (black)9.8%
Color previews
#cf3fe6 text on a black background
contrast 5.51:1
Card sample
#cf3fe6 text on a white background
contrast 3.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf3fe6;
Background color
Panel with #cf3fe6 background
background-color: #cf3fe6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf3fe6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 63, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 63, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf3fe6; background: linear-gradient(135deg, #cf3fe6, #E63F8E);