#cf3cec
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
207, 60, 236
HSL
290°, 82%, 58%
CMYK
12, 75, 0, 8
Luminance
0.2255
Every format
| HEX | #cf3cec |
| RGB | rgb(207, 60, 236) |
| HSL | hsl(290, 82%, 58%) |
| CMYK | cmyk(12%, 75%, 0%, 8%) |
| LAB | lab(54.6 77.9 -59.8) |
| LCH | lch(54.6 98.3 322.5) |
| OKLCH | oklch(0.643 0.263 320.4) |
Copy-ready code
/* CSS */
color: #cf3cec;
background-color: #cf3cec;
/* Tailwind (arbitrary) */
class="text-[#cf3cec] bg-[#cf3cec]"
/* SCSS */
$brand: #cf3cec;
/* SwiftUI */
Color(red: 0.812, green: 0.235, blue: 0.925)
/* Android */
Color.parseColor("#cf3cec")Accessibility — WCAG contrast
Aa
#cf3cec on white: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf3cec on black: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green23.5%
Blue92.5%
CMYK percentages
Cyan12.3%
Magenta74.6%
Yellow0.0%
Key (black)7.5%
Color previews
#cf3cec text on a black background
contrast 5.51:1
Card sample
#cf3cec text on a white background
contrast 3.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf3cec;
Background color
Panel with #cf3cec background
background-color: #cf3cec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf3cec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 60, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 60, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf3cec; background: linear-gradient(135deg, #cf3cec, #EC3C94);