#cf3ce8
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
207, 60, 232
HSL
291°, 79%, 57%
CMYK
11, 74, 0, 9
Luminance
0.2232
Every format
| HEX | #cf3ce8 |
| RGB | rgb(207, 60, 232) |
| HSL | hsl(291, 79%, 57%) |
| CMYK | cmyk(11%, 74%, 0%, 9%) |
| LAB | lab(54.4 77.3 -58.0) |
| LCH | lch(54.4 96.6 323.1) |
| OKLCH | oklch(0.641 0.260 321.3) |
Copy-ready code
/* CSS */
color: #cf3ce8;
background-color: #cf3ce8;
/* Tailwind (arbitrary) */
class="text-[#cf3ce8] bg-[#cf3ce8]"
/* SCSS */
$brand: #cf3ce8;
/* SwiftUI */
Color(red: 0.812, green: 0.235, blue: 0.910)
/* Android */
Color.parseColor("#cf3ce8")Accessibility — WCAG contrast
Aa
#cf3ce8 on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf3ce8 on black: 5.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green23.5%
Blue91.0%
CMYK percentages
Cyan10.8%
Magenta74.1%
Yellow0.0%
Key (black)9.0%
Color previews
#cf3ce8 text on a black background
contrast 5.46:1
Card sample
#cf3ce8 text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf3ce8;
Background color
Panel with #cf3ce8 background
background-color: #cf3ce8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf3ce8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 60, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 60, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf3ce8; background: linear-gradient(135deg, #cf3ce8, #E83C8E);