#cf2cee
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
207, 44, 238
HSL
290°, 85%, 55%
CMYK
13, 82, 0, 7
Luminance
0.2124
Every format
| HEX | #cf2cee |
| RGB | rgb(207, 44, 238) |
| HSL | hsl(290, 85%, 55%) |
| CMYK | cmyk(13%, 82%, 0%, 7%) |
| LAB | lab(53.2 82.7 -63.2) |
| LCH | lch(53.2 104.1 322.6) |
| OKLCH | oklch(0.634 0.278 320.3) |
Copy-ready code
/* CSS */
color: #cf2cee;
background-color: #cf2cee;
/* Tailwind (arbitrary) */
class="text-[#cf2cee] bg-[#cf2cee]"
/* SCSS */
$brand: #cf2cee;
/* SwiftUI */
Color(red: 0.812, green: 0.173, blue: 0.933)
/* Android */
Color.parseColor("#cf2cee")Accessibility — WCAG contrast
Aa
#cf2cee on white: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf2cee on black: 5.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green17.3%
Blue93.3%
CMYK percentages
Cyan13.0%
Magenta81.5%
Yellow0.0%
Key (black)6.7%
Color previews
#cf2cee text on a black background
contrast 5.25:1
Card sample
#cf2cee text on a white background
contrast 4.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf2cee;
Background color
Panel with #cf2cee background
background-color: #cf2cee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf2cee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 44, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 44, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf2cee; background: linear-gradient(135deg, #cf2cee, #EE2C8C);