#cf1ce0
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
207, 28, 224
HSL
295°, 78%, 49%
CMYK
8, 88, 0, 12
Luminance
0.1948
Every format
| HEX | #cf1ce0 |
| RGB | rgb(207, 28, 224) |
| HSL | hsl(295, 78%, 49%) |
| CMYK | cmyk(8%, 88%, 0%, 12%) |
| LAB | lab(51.2 83.6 -58.5) |
| LCH | lch(51.2 102.0 325.0) |
| OKLCH | oklch(0.617 0.278 323.9) |
Copy-ready code
/* CSS */
color: #cf1ce0;
background-color: #cf1ce0;
/* Tailwind (arbitrary) */
class="text-[#cf1ce0] bg-[#cf1ce0]"
/* SCSS */
$brand: #cf1ce0;
/* SwiftUI */
Color(red: 0.812, green: 0.110, blue: 0.878)
/* Android */
Color.parseColor("#cf1ce0")Accessibility — WCAG contrast
Aa
#cf1ce0 on white: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf1ce0 on black: 4.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green11.0%
Blue87.8%
CMYK percentages
Cyan7.6%
Magenta87.5%
Yellow0.0%
Key (black)12.2%
Color previews
#cf1ce0 text on a black background
contrast 4.90:1
Card sample
#cf1ce0 text on a white background
contrast 4.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf1ce0;
Background color
Panel with #cf1ce0 background
background-color: #cf1ce0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf1ce0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 28, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 28, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf1ce0; background: linear-gradient(135deg, #cf1ce0, #E01C6E);