#cf43eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
207, 67, 235
HSL
290°, 81%, 59%
CMYK
12, 72, 0, 8
Luminance
0.2328
Every format
| HEX | #cf43eb |
| RGB | rgb(207, 67, 235) |
| HSL | hsl(290, 81%, 59%) |
| CMYK | cmyk(12%, 72%, 0%, 8%) |
| LAB | lab(55.4 75.5 -58.0) |
| LCH | lch(55.4 95.2 322.4) |
| OKLCH | oklch(0.648 0.255 320.4) |
Copy-ready code
/* CSS */
color: #cf43eb;
background-color: #cf43eb;
/* Tailwind (arbitrary) */
class="text-[#cf43eb] bg-[#cf43eb]"
/* SCSS */
$brand: #cf43eb;
/* SwiftUI */
Color(red: 0.812, green: 0.263, blue: 0.922)
/* Android */
Color.parseColor("#cf43eb")Accessibility — WCAG contrast
Aa
#cf43eb on white: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf43eb on black: 5.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green26.3%
Blue92.2%
CMYK percentages
Cyan11.9%
Magenta71.5%
Yellow0.0%
Key (black)7.8%
Color previews
#cf43eb text on a black background
contrast 5.66:1
Card sample
#cf43eb text on a white background
contrast 3.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf43eb;
Background color
Panel with #cf43eb background
background-color: #cf43eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf43eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 67, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 67, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf43eb; background: linear-gradient(135deg, #cf43eb, #EB4397);