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