#cf1eef
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
207, 30, 239
HSL
291°, 87%, 53%
CMYK
13, 87, 0, 6
Luminance
0.2043
Every format
| HEX | #cf1eef |
| RGB | rgb(207, 30, 239) |
| HSL | hsl(291, 87%, 53%) |
| CMYK | cmyk(13%, 87%, 0%, 6%) |
| LAB | lab(52.3 85.7 -65.2) |
| LCH | lch(52.3 107.7 322.7) |
| OKLCH | oklch(0.628 0.287 320.3) |
Copy-ready code
/* CSS */
color: #cf1eef;
background-color: #cf1eef;
/* Tailwind (arbitrary) */
class="text-[#cf1eef] bg-[#cf1eef]"
/* SCSS */
$brand: #cf1eef;
/* SwiftUI */
Color(red: 0.812, green: 0.118, blue: 0.937)
/* Android */
Color.parseColor("#cf1eef")Accessibility — WCAG contrast
Aa
#cf1eef on white: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf1eef on black: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green11.8%
Blue93.7%
CMYK percentages
Cyan13.4%
Magenta87.4%
Yellow0.0%
Key (black)6.3%
Color previews
#cf1eef text on a black background
contrast 5.09:1
Card sample
#cf1eef text on a white background
contrast 4.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf1eef;
Background color
Panel with #cf1eef background
background-color: #cf1eef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf1eef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 30, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 30, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf1eef; background: linear-gradient(135deg, #cf1eef, #EF1E84);