#cf2ce8
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
207, 44, 232
HSL
292°, 80%, 54%
CMYK
11, 81, 0, 9
Luminance
0.2089
Every format
| HEX | #cf2ce8 |
| RGB | rgb(207, 44, 232) |
| HSL | hsl(292, 80%, 54%) |
| CMYK | cmyk(11%, 81%, 0%, 9%) |
| LAB | lab(52.8 81.7 -60.4) |
| LCH | lch(52.8 101.6 323.5) |
| OKLCH | oklch(0.630 0.274 321.7) |
Copy-ready code
/* CSS */
color: #cf2ce8;
background-color: #cf2ce8;
/* Tailwind (arbitrary) */
class="text-[#cf2ce8] bg-[#cf2ce8]"
/* SCSS */
$brand: #cf2ce8;
/* SwiftUI */
Color(red: 0.812, green: 0.173, blue: 0.910)
/* Android */
Color.parseColor("#cf2ce8")Accessibility — WCAG contrast
Aa
#cf2ce8 on white: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf2ce8 on black: 5.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green17.3%
Blue91.0%
CMYK percentages
Cyan10.8%
Magenta81.0%
Yellow0.0%
Key (black)9.0%
Color previews
#cf2ce8 text on a black background
contrast 5.18:1
Card sample
#cf2ce8 text on a white background
contrast 4.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf2ce8;
Background color
Panel with #cf2ce8 background
background-color: #cf2ce8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf2ce8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 44, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 44, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf2ce8; background: linear-gradient(135deg, #cf2ce8, #E82C84);