#cf2feb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
207, 47, 235
HSL
291°, 83%, 55%
CMYK
12, 80, 0, 8
Luminance
0.2130
Every format
| HEX | #cf2feb |
| RGB | rgb(207, 47, 235) |
| HSL | hsl(291, 83%, 55%) |
| CMYK | cmyk(12%, 80%, 0%, 8%) |
| LAB | lab(53.3 81.5 -61.4) |
| LCH | lch(53.3 102.0 323.0) |
| OKLCH | oklch(0.633 0.274 321.0) |
Copy-ready code
/* CSS */
color: #cf2feb;
background-color: #cf2feb;
/* Tailwind (arbitrary) */
class="text-[#cf2feb] bg-[#cf2feb]"
/* SCSS */
$brand: #cf2feb;
/* SwiftUI */
Color(red: 0.812, green: 0.184, blue: 0.922)
/* Android */
Color.parseColor("#cf2feb")Accessibility — WCAG contrast
Aa
#cf2feb on white: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf2feb on black: 5.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green18.4%
Blue92.2%
CMYK percentages
Cyan11.9%
Magenta80.0%
Yellow0.0%
Key (black)7.8%
Color previews
#cf2feb text on a black background
contrast 5.26:1
Card sample
#cf2feb text on a white background
contrast 3.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf2feb;
Background color
Panel with #cf2feb background
background-color: #cf2feb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf2feb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 47, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 47, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf2feb; background: linear-gradient(135deg, #cf2feb, #EB2F8A);