#cf2aef
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
207, 42, 239
HSL
290°, 86%, 55%
CMYK
13, 82, 0, 6
Luminance
0.2115
Every format
| HEX | #cf2aef |
| RGB | rgb(207, 42, 239) |
| HSL | hsl(290, 86%, 55%) |
| CMYK | cmyk(13%, 82%, 0%, 6%) |
| LAB | lab(53.1 83.3 -63.9) |
| LCH | lch(53.1 105.0 322.5) |
| OKLCH | oklch(0.633 0.280 320.1) |
Copy-ready code
/* CSS */
color: #cf2aef;
background-color: #cf2aef;
/* Tailwind (arbitrary) */
class="text-[#cf2aef] bg-[#cf2aef]"
/* SCSS */
$brand: #cf2aef;
/* SwiftUI */
Color(red: 0.812, green: 0.165, blue: 0.937)
/* Android */
Color.parseColor("#cf2aef")Accessibility — WCAG contrast
Aa
#cf2aef on white: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf2aef on black: 5.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green16.5%
Blue93.7%
CMYK percentages
Cyan13.4%
Magenta82.4%
Yellow0.0%
Key (black)6.3%
Color previews
#cf2aef text on a black background
contrast 5.23:1
Card sample
#cf2aef text on a white background
contrast 4.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf2aef;
Background color
Panel with #cf2aef background
background-color: #cf2aef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf2aef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 42, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 42, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf2aef; background: linear-gradient(135deg, #cf2aef, #EF2A8C);