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