#cf1aef
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
207, 26, 239
HSL
291°, 87%, 52%
CMYK
13, 89, 0, 6
Luminance
0.2024
Every format
| HEX | #cf1aef |
| RGB | rgb(207, 26, 239) |
| HSL | hsl(291, 87%, 52%) |
| CMYK | cmyk(13%, 89%, 0%, 6%) |
| LAB | lab(52.1 86.3 -65.5) |
| LCH | lch(52.1 108.4 322.8) |
| OKLCH | oklch(0.626 0.289 320.4) |
Copy-ready code
/* CSS */
color: #cf1aef;
background-color: #cf1aef;
/* Tailwind (arbitrary) */
class="text-[#cf1aef] bg-[#cf1aef]"
/* SCSS */
$brand: #cf1aef;
/* SwiftUI */
Color(red: 0.812, green: 0.102, blue: 0.937)
/* Android */
Color.parseColor("#cf1aef")Accessibility — WCAG contrast
Aa
#cf1aef on white: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf1aef on black: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green10.2%
Blue93.7%
CMYK percentages
Cyan13.4%
Magenta89.1%
Yellow0.0%
Key (black)6.3%
Color previews
#cf1aef text on a black background
contrast 5.05:1
Card sample
#cf1aef text on a white background
contrast 4.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf1aef;
Background color
Panel with #cf1aef background
background-color: #cf1aef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf1aef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 26, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 26, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf1aef; background: linear-gradient(135deg, #cf1aef, #EF1A81);