#cf2ecc
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
207, 46, 204
HSL
301°, 64%, 50%
CMYK
0, 78, 1, 19
Luminance
0.1958
Every format
| HEX | #cf2ecc |
| RGB | rgb(207, 46, 204) |
| HSL | hsl(301, 64%, 50%) |
| CMYK | cmyk(0%, 78%, 1%, 19%) |
| LAB | lab(51.4 76.7 -46.8) |
| LCH | lch(51.4 89.9 328.6) |
| OKLCH | oklch(0.614 0.252 329.0) |
Copy-ready code
/* CSS */
color: #cf2ecc;
background-color: #cf2ecc;
/* Tailwind (arbitrary) */
class="text-[#cf2ecc] bg-[#cf2ecc]"
/* SCSS */
$brand: #cf2ecc;
/* SwiftUI */
Color(red: 0.812, green: 0.180, blue: 0.800)
/* Android */
Color.parseColor("#cf2ecc")Accessibility — WCAG contrast
Aa
#cf2ecc on white: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf2ecc on black: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green18.0%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta77.8%
Yellow1.4%
Key (black)18.8%
Color previews
#cf2ecc text on a black background
contrast 4.92:1
Card sample
#cf2ecc text on a white background
contrast 4.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf2ecc;
Background color
Panel with #cf2ecc background
background-color: #cf2ecc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf2ecc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 46, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 46, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf2ecc; background: linear-gradient(135deg, #cf2ecc, #CF2E61);