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